Skip to content

Commit 37d8b87

Browse files
committed
add specific steps for noise and buffer
1 parent 13bf6e7 commit 37d8b87

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/miri.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
- name: Miri setup
2121
run: cargo miri setup
2222

23-
- name: Run Miri for buffer-sv2 only
24-
run: |
25-
cargo miri test -p buffer_sv2
26-
cargo miri test -p noise_sv2
23+
- name: Run Miri for buffer-sv2
24+
run: cargo miri test -p buffer_sv2
25+
26+
- name: Run Miri for noise-sv2
27+
run: cargo miri test -p noise_sv2

0 commit comments

Comments
 (0)