summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJack O'Connor <oconnor663@gmail.com>2020-01-13 18:11:07 -0500
committerJack O'Connor <oconnor663@gmail.com>2020-01-16 16:09:42 -0500
commit84c26670bf81768773ebef7d1ae13d8cae5524b2 (patch)
tree7c39ccdf834b13773c9eaa55a7e3d67dccd31763 /.github
parent33a9bee51fb8d03e9dbb0c39860457ad6d8dd428 (diff)
add blake3_c_rust_bindings for testing and benchmarking
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d900a00..ce9da07 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -40,6 +40,10 @@ jobs:
- name: test b3sum --no-default-features
run: cargo test --no-default-features
working-directory: ./b3sum
+ # Test C code.
+ - name: cargo test C bindings
+ run: cargo test
+ working-directory: ./c/blake3_c_rust_bindings
cross_tests:
name: cross ${{ matrix.arch }}
@@ -65,7 +69,7 @@ jobs:
# Currently only on x86.
c_tests:
- name: C tests
+ name: C Makefile tests
runs-on: ubuntu-latest
steps: