Skip to content

Commit

Permalink
prevent concurrent testing in the github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Keksoj committed Dec 1, 2022
1 parent 33b3e5f commit 790f96b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -8,6 +8,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
max-parallel: 1 # because concurrent testing bring certain time-based tests to fail
matrix:
rust:
- stable
Expand Down

0 comments on commit 790f96b

Please sign in to comment.