We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4828fe9 commit 5d6f817Copy full SHA for 5d6f817
.github/workflows/build-and-run-tests.yml
@@ -32,12 +32,7 @@ jobs:
32
- name: Setup gradle
33
uses: gradle/actions/setup-gradle@v3
34
35
- - name: Build and run z3 tests on macOS
36
- if: runner.os == 'macOS'
37
- run: ./gradlew :ksmt-z3:build --no-daemon --continue -PrunBenchmarksBasedTests=false
38
-
39
- - name: Build and run simple tests on Linux or Windows
40
- if: runner.os != 'macOS'
+ - name: Build and run tests
41
run: ./gradlew build --no-daemon --continue -PrunBenchmarksBasedTests=false
42
43
- name: Upload ksmt test reports
0 commit comments