Skip to content

Commit

Permalink
run tests 30 times instead of 100
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkouv committed Oct 3, 2024
1 parent bf6c9fa commit 0f3a52e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ccip-find-flaky-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
go-version: ${{ matrix.go-version }}
- name: Display Go version
run: go version
- name: Run tests 100 times.
run: TEST_COUNT=100 make test
- name: Run tests 30 times.
run: TEST_COUNT=30 make test
- name: Notify the team
if: failure()
run: |
Expand Down

0 comments on commit 0f3a52e

Please sign in to comment.