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 f073d7d commit ec828d8
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,23 @@ jobs:
build:

runs-on: ubuntu-latest

env:
BOOGIE_EXE: "viper_tools/boogie/Binaries/Boogie"
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
- name: Get Viper tools
run: |
curl https://github.com/viperproject/viper-ide/releases/download/v-2021-08-03-0738/ViperToolsLinux.zip -Lo ViperToolsLinux.zip
unzip ViperToolsLinux.zip -d viper_tools
- name: Install nagini
run: |
python -m pip install --upgrade pip
pip install pytest
pip install .
- name: Test with pytest
run: |
pytest src/nagini_translation/tests.py --silicon
pytest src/nagini_translation/tests.py --silicon --carbon

0 comments on commit ec828d8

Please sign in to comment.