mirror of
https://git.asonix.dog/asonix/pict-rs.git
synced 2025-04-15 04:34:21 +00:00
Use same rustflags for all tests
This commit is contained in:
parent
65fd38682b
commit
85ac9ec5aa
1 changed files with 4 additions and 0 deletions
|
@ -66,6 +66,8 @@ jobs:
|
|||
name: Run library tests
|
||||
run: |
|
||||
cargo test --lib
|
||||
env:
|
||||
RUSTFLAGS: --cfg tokio_unstable --cfg system_deps
|
||||
-
|
||||
name: Run integration tests
|
||||
run: |
|
||||
|
@ -81,6 +83,8 @@ jobs:
|
|||
name: Run doctests
|
||||
run: |
|
||||
cargo test --doc
|
||||
env:
|
||||
RUSTFLAGS: --cfg tokio_unstable --cfg system_deps
|
||||
|
||||
|
||||
check:
|
||||
|
|
Loading…
Reference in a new issue