Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoeilers authored Oct 4, 2021
1 parent c0603dc commit 0b703da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

runs-on: ubuntu-latest
env:
BOOGIE_EXE: "boogie"
BOOGIE_EXE: "/usr/bin/boogie"
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
Expand All @@ -29,5 +29,6 @@ jobs:
- name: Test with pytest
run: |
dotnet tool install --global Boogie --version 2.4.21
whereis boogie
nagini --verifier=carbon tests/functional/verification/empty.py
pytest src/nagini_translation/tests.py --silicon --carbon

0 comments on commit 0b703da

Please sign in to comment.