mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 12:55:23 +01:00
ci: Use xtask test --loom for rtic-sync
This commit is contained in:
parent
90bb324906
commit
b59a4ccb48
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -255,7 +255,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run cargo test
|
||||
run: RUSTFLAGS="--cfg loom" cargo test -p rtic-sync --release --lib
|
||||
run: cargo xtask --deny-warnings test --loom rtic-sync
|
||||
|
||||
# Build documentation, check links
|
||||
docs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue