Skip to content

Commit c27d199

Browse files
committed
Estimate pi in pipeline
1 parent 3c49380 commit c27d199

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- name: Build
2323
run: |
2424
go build ./cmd/pi
25+
- name: Run estimation
26+
run: |
27+
echo "$(./pi -d 10)" >> $GITHUB_STEP_SUMMARY
2528
- name: Save artifact
2629
uses: actions/upload-artifact@v4
2730
with:

0 commit comments

Comments
 (0)