Skip to content

Commit 0d8c302

Browse files
committed
fastmatrix
blah Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 88cd062 commit 0d8c302

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/codecov.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,8 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
platform: ["mps2/an385", "native_sim", "qemu_x86", "unit_testing"]
27+
platform: ["unit_testing"]
2828
include:
29-
- platform: 'mps2/an385'
30-
normalized: 'mps2_an385'
31-
- platform: 'native_sim'
32-
normalized: 'native_sim'
33-
- platform: 'qemu_x86'
34-
normalized: 'qemu_x86'
3529
- platform: 'unit_testing'
3630
normalized: 'unit_testing'
3731
env:

0 commit comments

Comments
 (0)