actually test always_zero hasher #33

Merged
programmerjake merged 1 commit from programmerjake/fayalite:actually-test-always-zero-hasher into master 2025-04-10 04:24:55 +00:00
Showing only changes of commit 668e714dc9 - Show all commits

View file

@ -59,4 +59,4 @@ jobs:
- run: cargo build --tests --features=unstable-doc - run: cargo build --tests --features=unstable-doc
- run: cargo test --doc --features=unstable-doc - run: cargo test --doc --features=unstable-doc
- run: cargo 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