Skip to content

Commit

Permalink
KS test
Browse files Browse the repository at this point in the history
  • Loading branch information
jtristan committed Apr 24, 2024
1 parent 953b4ab commit e4b626b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: wget https://github.com/dafny-lang/dafny/releases/download/v4.4.0/dafny-4.4.0-x64-ubuntu-20.04.zip ; unzip dafny-4.4.0-x64-ubuntu-20.04.zip

- name: build Python version of SampCert
run: dafny build --target:py Tests/SampCert.dfy Tests/Random.py Tests/testing-kolmogorov-discretegaussian.py -o Tests/SampCert.dfy
run: dafny/dafny build --target:py Tests/SampCert.dfy Tests/Random.py Tests/testing-kolmogorov-discretegaussian.py -o Tests/SampCert.dfy

- name: run Test
run: python3 Tests/SampCert-py/testing-kolmogorov-discretegaussian.py

0 comments on commit e4b626b

Please sign in to comment.