treehash: wots_sig is now a reg u64 instead of reg ptr #14
This file contains 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: Tests for jasmin-ref implementation | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- ref-jasmin | |
jobs: | |
test: | |
runs-on: [self-hosted, linux, X64, amd64-main] | |
steps: | |
- uses: actions/checkout@v1 | |
- name: Compile jasmin & tests | |
run: | |
JASMIN=$(which_jasminc) make -C ref-jazz/ | |
- name: Run tests | |
run: | |
JASMIN=$(which_jasminc) make -C ref-jazz/ run | |