removed pw interference with reservation set and added back LTL verfi… #1156
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Test | |
| on: | |
| push: | |
| pull_request: | |
| branches: [main] | |
| jobs: | |
| ci: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout Repository | |
| uses: actions/checkout@v3 # required | |
| - name: Run Regression Tests | |
| uses: Purdue-SoCET/SoCET-CI@main # core usage | |
| with: | |
| targets: | # List all FuseSoC Test Targets | |
| make config | |
| make verilate |