mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-20 15:14:18 +02:00
Use only one test thread
Otherwise the builds made by `TestEnv::command` will conflict with each other. This manifested itself on Windows with > linking with `link.exe` failed: exit code: 1104 > LINK : fatal error LNK1104: cannot open file '...'
This commit is contained in:
parent
e7b434d06a
commit
dbab55a2b4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
- name: Build with logging and webpki roots
|
||||
run: cargo build --features logging,webpki-roots --no-default-features
|
||||
- name: Run tests
|
||||
run: cargo test
|
||||
run: cargo test -- --test-threads 1
|
||||
|
||||
clippy:
|
||||
name: run clippy lints
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue