We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fd77b7 commit 9dc375fCopy full SHA for 9dc375f
1 file changed
.github/workflows/ci.yml
@@ -110,8 +110,8 @@ jobs:
110
- name: Test
111
shell: bash
112
run: |
113
- ME_DSL_JIT=0 ctest --test-dir build-arm64-interpreter --output-on-failure || \
114
- ME_DSL_JIT=0 ctest --test-dir build-arm64-interpreter --rerun-failed --output-on-failure
+ ME_DSL_JIT=0 ctest --test-dir build-arm64-interpreter -E "^test_dsl_jit_runtime_cache$" --output-on-failure || \
+ ME_DSL_JIT=0 ctest --test-dir build-arm64-interpreter -E "^test_dsl_jit_runtime_cache$" --rerun-failed --output-on-failure
115
116
miniexpr-wasm32:
117
runs-on: ubuntu-latest
0 commit comments