diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2025-06-08 18:49:51 +0200 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2025-06-15 09:58:25 +0000 |
| commit | b59a4ccb48a20049ded76df51c85e5187d0caeac (patch) | |
| tree | 98269aec79b98aa0170ae8d79f064c1435d5ff78 /.github/workflows/build.yml | |
| parent | 90bb3249069cca053e7fd177f191b3d06fc06527 (diff) | |
ci: Use xtask test --loom for rtic-sync
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
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: |
