rust-bitcoin-unsafe-fast/.github/workflows
Tobin C. Harding 53ee42d7c1
Fix ASAN in CI
When we merged `hashes` into `rust-bitcoin` we ran the test script a
couple of times using `./hashes/contrib/test.sh` this causes the `cargo`
commands in the CI script to be run from the crate root which is not
what we want.

This showed up recently because `cargo test` was getting run in
`bitcoin` after building with address/memory sanitazation configured
into the build.

While we are at it run `cargo clean` after the last sanitizer build just
to future proof the CI script in case we later accidentally re-use the same
build with plain old `cargo` (without `-Zbuild-std etc.`).
2023-01-20 15:47:43 +11:00
..
fuzz.yml Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00
kani.yml Run kani daily on a schedule 2022-12-29 16:23:59 +11:00
rust.yml Fix ASAN in CI 2023-01-20 15:47:43 +11:00