Skip to content

Commit

Permalink
Now try running all tests with 50 repetitions
Browse files Browse the repository at this point in the history
  • Loading branch information
masih committed Oct 8, 2024
1 parent c3c9330 commit ab8a868
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-flaky.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
go-version: ${{ matrix.go }}
cache: false
- name: Repeat ${{ matrix.test }}
run: go test -v -timeout 30m -count 50 . --tags=theflakybunch -failfast
run: go test -v -timeout 30m -count 50 . -failfast
3 changes: 0 additions & 3 deletions f3_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build theflakybunch
// +build theflakybunch

package f3_test

import (
Expand Down

0 comments on commit ab8a868

Please sign in to comment.