Skip to content

fix test-avx2-jasmin.yml #121

fix test-avx2-jasmin.yml

fix test-avx2-jasmin.yml #121

name: Tests for jasmin-ref implementation
on:
workflow_dispatch:
push:
branches:
- ref-jasmin
pull_request:
jobs:
test:
runs-on: [self-hosted, linux, X64, amd64-main]
timeout-minutes: 1800 # 30h
strategy:
matrix:
directory:
- address
- utils
- thash
- hash
- fors
- wotsx
- merkle
- sign
steps:
- uses: actions/checkout@v4
- name: Compile tests
run:
JASMIN=$(which_jasminc) make -C ref-jasmin/test/${{ matrix.directory }}
- name: Run tests
run:
JASMIN=$(which_jasminc) make -C ref-jasmin/test/${{ matrix.directory }} run