Skip to content

Commit f53f4d9

Browse files
committed
[ci] run miri on ArrayVec
1 parent 191047c commit f53f4d9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/slow.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,10 @@ jobs:
194194
run: |
195195
cd runtime
196196
just miri iobuf:: --partition hash:${{matrix.partition}}/8
197+
- name: Run miri tests for utils::vec::array
198+
run: |
199+
cd utils
200+
just miri vec::array::tests --partition hash:${{matrix.partition}}/8
197201
198202
Unsafe-Tests-Gate:
199203
name: "Unsafe-Tests"

0 commit comments

Comments
 (0)