We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cca966c commit 30b3cfaCopy full SHA for 30b3cfa
.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: Test
73
run: |
74
# shellcheck disable=SC2046
75
- meson test -C build --print-errorlogs --print-errorlogs $(meson test -C build --list | grep -v emul)
+ meson test -C build --print-errorlogs --print-errorlogs
76
77
clang-qemu:
78
strategy:
@@ -116,4 +116,4 @@ jobs:
116
117
118
119
0 commit comments