Added test workflow

This commit is contained in:
Alexandre Joannou
2025-02-03 15:23:58 +00:00
committed by PeterRugg
parent 033135b5f6
commit 9e0636e6fc
3 changed files with 102 additions and 0 deletions

16
.github/workflows/check-prop.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
name: "check properties"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup environment
run: nix develop --command make verilog-wrappers verilog-props
- name: Run property checks
run: nix develop --command make check-prop