Skip to content

Commit b94d0b4

Browse files
committed
Enable more features in tests
1 parent 692e8e0 commit b94d0b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
components: miri
4949

5050
- name: Run miri
51-
run: MIRIFLAGS=-Zmiri-ignore-leaks cargo miri test
51+
run: MIRIFLAGS=-Zmiri-ignore-leaks cargo miri test --features="defmt,mpmc_large,portable-atomic-critical-section,serde,ufmt,bytes"
5252

5353
# Run cargo test
5454
test:
@@ -84,7 +84,7 @@ jobs:
8484
toolchain: stable
8585

8686
- name: Run cargo test
87-
run: cargo test
87+
run: cargo test --features="defmt,mpmc_large,portable-atomic-critical-section,serde,ufmt,bytes"
8888

8989
# Run cargo fmt --check
9090
style:

0 commit comments

Comments
 (0)