We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e1402 commit 2231568Copy full SHA for 2231568
.github/workflows/build.yml
@@ -491,6 +491,16 @@ jobs:
491
- name: Run cargo test
492
run: cargo xtask --deny-warnings --backend ${{ matrix.backend }} test ${{ matrix.package }}
493
494
+ loom-tests:
495
+ name: rtic-sync loom tests
496
+ runs-on: ubuntu-22.04
497
+ steps:
498
+ - name: Checkout
499
+ uses: actions/checkout@v4
500
+
501
+ - name: Run cargo test
502
+ run: RUSTFLAGS="--cfg loom" cargo test -p rtic-sync --release --lib
503
504
# Build documentation, check links
505
docs:
506
name: build docs
0 commit comments