Skip to content

Commit

Permalink
fixup! weekly synth tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rroohhh committed Jan 22, 2024
1 parent 7062399 commit 128c100
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/synth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,11 @@ jobs:
uses: pdm-project/setup-pdm@v3
with:
python-version: '3.10'
- name: Install solver
run: |
sudo add-apt-repository ppa:sri-csl/formal-methods
sudo apt-get update
sudo apt-get install yices2
- name: Install dependencies
run: pdm install -G test -G ci_test
- name: Run test suite
- name: Synth
run:
SMTBMC=yowasp-yosys-smtbmc SBY=yowasp-sby YOSYS=yowasp-yosys pdm run ${{ matrix.applet }}
YOSYS=yowasp-yosys pdm run ${{ matrix.applet }}
- name: upload
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 128c100

Please # to comment.