Skip to content

Commit 105c9bb

Browse files
committed
Exclude tests that need to run cpachecker
1 parent 4fdf08f commit 105c9bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# cache: npm # TODO: requires package-lock.json
2727

2828
- name: Build with Maven
29-
run: mvn install
29+
run: mvn install -Dtest='**/*Test,!witnesses/InvariantToCodeLensesTest,!witnesses/InvariantVariableTypeTest'
3030

3131
- name: Build with NPM
3232
working-directory: ./vscode

0 commit comments

Comments
 (0)