Skip to content

Commit

Permalink
add a big gross runt command to the thing
Browse files Browse the repository at this point in the history
  • Loading branch information
EclecticGriffin committed Jul 15, 2024
1 parent d4d607d commit 4a3f921
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Check calyx build
run: ./target/debug/calyx --version
- name: validate playground config
run: node web/validate-data.js
run: node web/validate-data.js

# Get the hash of the Dockerfile
hash:
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
working-directory: /home/calyx
run: |
# Run the remaining tests
runt interp -x 'relay' -d -o fail
runt -x '(numeric types correctness and parsing)|(tcam testing)|(../../tests/correctness/pipelined-mac.futil)|(../../tests/correctness/std-bit-slice.futil)' -d -o fail
- name: Source code tests
uses: actions-rs/cargo@v1
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
working-directory: /home/calyx
run: |
runt -i 'cocotb' -d -o fail -j 1 --max-futures 1
- name: Runt tests
working-directory: /home/calyx
run: |
Expand Down

0 comments on commit 4a3f921

Please sign in to comment.