We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf766b3 commit e94cd61Copy full SHA for e94cd61
1 file changed
.github/workflows/unittests.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Test
31
run: |
32
- OE_SIMULATION=1 ctest --output-on-failure
+ OE_SIMULATION=1 ctest --output-on-failure -E tests/ert/sem
33
working-directory: build
34
35
- name: CPack
0 commit comments