diff options
| author | Jack O'Connor <[email protected]> | 2020-10-20 12:27:57 -0400 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2020-10-20 12:51:30 -0400 |
| commit | 09546a677d4949b1ea5a7d289581ca0141971021 (patch) | |
| tree | 9e7f55fe4d98e4237f768dc23ea38f7438048511 /.github/workflows/ci.yml | |
| parent | dae5dc5ef3bc2e366f7747f2bd77c82ba24b6259 (diff) | |
include example.c
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b42932..464a411 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -201,3 +201,8 @@ jobs: working-directory: ./c - run: BLAKE3_NO_SSE2=1 BLAKE3_NO_SSE41=1 BLAKE3_NO_AVX2=1 BLAKE3_NO_AVX512=1 make -f Makefile.testing test_asm working-directory: ./c + # Restore the files we deleted above. + - run: git checkout . + # Build the example. + - run: make -f Makefile.testing example + working-directory: ./c |
