ci: Use xtask test --loom for rtic-sync

This commit is contained in:
Henrik Tjäder 2025-06-08 18:49:51 +02:00
parent 90bb324906
commit b59a4ccb48

View file

@ -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: