Skip to content

Commit

Permalink
Merge pull request #584 from matheusd/reduce-ci-runs
Browse files Browse the repository at this point in the history
CI: Reduce number of test runs of rpc
  • Loading branch information
lthibault authored Aug 14, 2024
2 parents 5f525fa + 7eb97a2 commit c7c3a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
run: |
cd rpc
go test -c
for i in `seq 500`; do ./rpc.test; done
for i in `seq 50`; do ./rpc.test; done

0 comments on commit c7c3a76

Please sign in to comment.