Skip to content

Commit 23100ab

Browse files
committed
add CI step to run rtic-sync loom tests
1 parent e43c14c commit 23100ab

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,16 @@ jobs:
491491
- name: Run cargo test
492492
run: cargo xtask --deny-warnings --backend ${{ matrix.backend }} test ${{ matrix.package }}
493493

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+
494504
# Build documentation, check links
495505
docs:
496506
name: build docs

0 commit comments

Comments
 (0)