diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index d878758..b2d03ba 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -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