actually test always_zero hasher

This commit is contained in:
Jacob Lifshay 2025-04-09 21:11:09 -07:00
parent 88323a8c16
commit 668e714dc9
Signed by: programmerjake
SSH key fingerprint: SHA256:HnFTLGpSm4Q4Fj502oCFisjZSoakwEuTsJJMSke63RQ

View file

@ -59,4 +59,4 @@ jobs:
- run: cargo build --tests --features=unstable-doc
- run: cargo test --doc --features=unstable-doc
- run: cargo doc --features=unstable-doc
- run: cargo test --test=module --features=unstable-doc,unstable-test-hasher
- run: FAYALITE_TEST_HASHER=always_zero cargo test --test=module --features=unstable-doc,unstable-test-hasher