Skip to content

Commit e94cd61

Browse files
committed
exclude sem test on github runner
Signed-off-by: Thomas Tendyck <tt@edgeless.systems>
1 parent bf766b3 commit e94cd61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Test
3131
run: |
32-
OE_SIMULATION=1 ctest --output-on-failure
32+
OE_SIMULATION=1 ctest --output-on-failure -E tests/ert/sem
3333
working-directory: build
3434

3535
- name: CPack

0 commit comments

Comments
 (0)