mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
add CI step to run rtic-sync loom tests
This commit is contained in:
parent
cf2ed6d49e
commit
9a953c9875
1 changed files with 11 additions and 0 deletions
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
|
|
@ -265,6 +265,16 @@ jobs:
|
|||
- name: Run cargo test
|
||||
run: cargo xtask --deny-warnings --backend ${{ matrix.backend }} test ${{ matrix.package }}
|
||||
|
||||
loom-tests:
|
||||
name: rtic-sync loom tests
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run cargo test
|
||||
run: RUSTFLAGS="--cfg loom" cargo test -p rtic-sync --release --lib
|
||||
|
||||
# Build documentation, check links
|
||||
docs:
|
||||
name: build docs
|
||||
|
|
@ -661,6 +671,7 @@ jobs:
|
|||
- check-clippy
|
||||
- testexamples
|
||||
- tests
|
||||
- loom-tests
|
||||
- docs
|
||||
- mdbook
|
||||
runs-on: ubuntu-22.04
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue