Skip to content

Commit

Permalink
ref-jasmin: setup workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tfaoliveira committed Nov 16, 2023
1 parent fc13f2f commit 485691c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ci/config/jasmin
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
274a366d266d4ba7facf9254046d19c69271e42d
19 changes: 19 additions & 0 deletions .github/workflows/test-ref-jasmin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Tests for jasmin-ref implementation

on:
- push
- pull_request

jobs:
build:
runs-on: [self-hosted, linux, X64, amd64-main]
strategy:
matrix:
directory:
- fips202/shake256_inc/
- thash
steps:
- uses: actions/checkout@v1
- name: Run tests
run:
JASMIN=$(which_jasminc) make -C ${{ matrix.directory }}

0 comments on commit 485691c

Please sign in to comment.