Skip to content

Commit

Permalink
Disallow parallel tests
Browse files Browse the repository at this point in the history
They may end up locking the git repository by operating in parallel, causing random crashes
  • Loading branch information
passsy committed Mar 5, 2024
1 parent 0ed42a2 commit 28a9eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
dart pub get
- run: |
cd test
dart run test
dart run test -j 1

0 comments on commit 28a9eea

Please sign in to comment.