Skip to content

Commit 30b3cfa

Browse files
committed
DO NOT MERGE: run emulated tests as well
1 parent cca966c commit 30b3cfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Test
7373
run: |
7474
# shellcheck disable=SC2046
75-
meson test -C build --print-errorlogs --print-errorlogs $(meson test -C build --list | grep -v emul)
75+
meson test -C build --print-errorlogs --print-errorlogs
7676
7777
clang-qemu:
7878
strategy:
@@ -116,4 +116,4 @@ jobs:
116116
- name: Test
117117
run: |
118118
# shellcheck disable=SC2046
119-
meson test -C build --print-errorlogs --print-errorlogs $(meson test -C build --list | grep -v emul)
119+
meson test -C build --print-errorlogs --print-errorlogs

0 commit comments

Comments
 (0)