Skip to content

Commit

Permalink
Dont test in parallel
Browse files Browse the repository at this point in the history
Signed-off-by: Till Wegmüller <[email protected]>
  • Loading branch information
Toasterson committed Jul 11, 2023
1 parent 2d8137e commit bdf30f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test -p identd --verbose
run: cargo test -p identd --verbose -- --test-threads=1

0 comments on commit bdf30f3

Please sign in to comment.