Skip to content

Commit b59a4cc

Browse files
committed
ci: Use xtask test --loom for rtic-sync
1 parent 90bb324 commit b59a4cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ jobs:
255255
uses: actions/checkout@v4
256256

257257
- name: Run cargo test
258-
run: RUSTFLAGS="--cfg loom" cargo test -p rtic-sync --release --lib
258+
run: cargo xtask --deny-warnings test --loom rtic-sync
259259

260260
# Build documentation, check links
261261
docs:

0 commit comments

Comments
 (0)