Skip to content

Commit 5d6f817

Browse files
authored
Run tests on macOS for all solvers (#170)
1 parent 4828fe9 commit 5d6f817

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Diff for: .github/workflows/build-and-run-tests.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,7 @@ jobs:
3232
- name: Setup gradle
3333
uses: gradle/actions/setup-gradle@v3
3434

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'
35+
- name: Build and run tests
4136
run: ./gradlew build --no-daemon --continue -PrunBenchmarksBasedTests=false
4237

4338
- name: Upload ksmt test reports

0 commit comments

Comments
 (0)