Skip to content

Commit

Permalink
Enable SMT solvers for unit-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wadoon committed Feb 23, 2025
1 parent 7fefedb commit 5d728da
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
GH_TOKEN: ${{ github.token }}
steps:
- uses: actions/checkout@v4

- name: Setup SMT solvers
uses: keyproject/setup-smt@v0

- name: Set up JDK 21
uses: actions/setup-java@v4
with:
Expand All @@ -39,6 +43,7 @@ jobs:

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4

- name: Test with Gradle
run: ./gradlew --continue -DjacocoEnabled=true -x :key.core.symbolic_execution:test -x :key.core.proof_references:test test

Expand Down Expand Up @@ -75,13 +80,6 @@ jobs:
distribution: 'corretto'
cache: 'gradle'

- name: Cache SMT-Solvers
id: smt-solvers
uses: actions/cache@v4
with:
path: smt-solvers
key: ${{ runner.os }}-smt-solvers

- name: Setup SMT solvers
uses: keyproject/setup-smt@v0

Expand Down

0 comments on commit 5d728da

Please sign in to comment.