diff options
author | Marvin Borner | 2024-02-25 14:04:32 +0100 |
---|---|---|
committer | Marvin Borner | 2024-02-25 14:04:32 +0100 |
commit | 7e8e980599678d85e7ceb39d115c1ea640de4513 (patch) | |
tree | 8b9efa0a83b858bd91a40547970e8ade9f36b3eb /.github/workflows/ci.yml | |
parent | 1354e62e2d9f7ea00e7361e6b7990d4e305928b6 (diff) |
Added ION tests
Will fail though
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8267dba..920d50c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,5 +18,7 @@ jobs: run: sudo apt-get install hyperfine - name: Install bruijn run: stack install - - name: Run tests and measure time - run: cd std/ && ./test_all.sh + - name: Run RKNL tests and measure time + run: cd std/ && ./test_all.sh RKNL + - name: Run ION tests and measure time + run: cd std/ && ./test_all.sh ION |