Skip to content

Commit

Permalink
Run tests many times only in main
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-majlis-s1 committed Aug 10, 2023
1 parent a7d0cf1 commit 8144ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
make test
- name: Run Tests Many Times
# Run test multiple times to check for flaky tests
# if: github.ref_name == 'main'
if: github.ref_name == 'main'
run: |
make test-many-times COUNT=2

0 comments on commit 8144ace

Please sign in to comment.