Fix CI for rtic-channel

This commit is contained in:
Emil Fresk 2023-01-28 20:54:34 +01:00 committed by Henrik Tjäder
parent 94b00df2c7
commit bef6c359a0
2 changed files with 5 additions and 5 deletions

View file

@ -482,7 +482,7 @@ jobs:
- name: Run cargo test
working-directory: ./rtic-channel
run: cargo test --test tests
run: cargo test --features testing
# Run test suite
testsmonotonics: