Skip to content

Commit

Permalink
remove failfast
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchinnerl committed Dec 18, 2024
1 parent 009ee67 commit 3638b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Test
uses: SiaFoundation/workflows/.github/actions/go-test@master
with:
go-test-args: "-race;-timeout=20m;-tags=netgo,v2;-run=TestV1ToV2Transition;-count=50;-failfast"
go-test-args: "-race;-timeout=20m;-tags=netgo,v2;-run=TestV1ToV2Transition;-count=50"

test-mysql-v2: # Run all tests against MySQL
needs: analyze
Expand Down

0 comments on commit 3638b3c

Please sign in to comment.