aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2020-05-06 00:42:26 -0400
committerJack O'Connor <[email protected]>2020-05-06 12:34:07 -0400
commit76a5267c348d5fe9747d5a005dfef6b91ca3a523 (patch)
treede89056f96b67b1dccf52f6b4c8cf32b17ee025a /.github/workflows
parent4ad79ae457e826e6a74e91aaa0d3f4ec1562dc54 (diff)
add export_hasher and import_hasher to the guts moduleexport
This was requested in https://github.com/BLAKE3-team/BLAKE3/issues/84.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0eb486a..44852d4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -41,8 +41,8 @@ jobs:
- name: print instruction set support
run: cargo run --quiet
working-directory: ./tools/instruction_set_support
- # Default tests plus Rayon.
- - run: cargo test --features=rayon
+ # Default tests plus Rayon and Serde.
+ - run: cargo test --features=rayon,serde_derive
# no_std tests.
- run: cargo test --no-default-features