aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2025-06-08 18:49:51 +0200
committerHenrik Tjäder <henrik@tjaders.com>2025-06-15 09:58:25 +0000
commitb59a4ccb48a20049ded76df51c85e5187d0caeac (patch)
tree98269aec79b98aa0170ae8d79f064c1435d5ff78 /.github
parent90bb3249069cca053e7fd177f191b3d06fc06527 (diff)
ci: Use xtask test --loom for rtic-sync
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 38d3423..a177ce0 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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: