Skip to content

Commit

Permalink
add -R, remove caches
Browse files Browse the repository at this point in the history
  • Loading branch information
mjdemedeiros committed Jul 18, 2024
1 parent b653201 commit 94d0fe1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lean_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- uses: leanprover/lean-action@v1-beta
with:
test: false
build-args: "-Kwerror"
build-args: "-R -Kwerror"
use-mathlib-cache: true
use-github-cache: true
use-github-cache: false
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
with:
test: false
use-mathlib-cache: true
use-github-cache: true
build-args: "-Kwerror"
use-github-cache: false
build-args: "-R -Kwerror"

- name: build FastExtract
run: |
lake build -Kwerror FastExtract
lake build -R -Kwerror FastExtract
- name: build Python version of SampCert
run: dafny/dafny build --target:py Tests/SampCert.dfy Tests/Random.py Tests/testing-kolmogorov-discretegaussian.py Tests/testing-kolmogorov-discretelaplace.py -o Tests/SampCert.dfy
Expand Down

0 comments on commit 94d0fe1

Please sign in to comment.