diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3634fe1b..b4d05902 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,6 +95,8 @@ jobs: - name: Test Rust Stable (no_derive) run: | + rustup show + cargo --version export RUSTFLAGS='-Cdebug-assertions=y -Dwarnings' time cargo +stable test --verbose --no-default-features --features bit-vec,bytes,generic-array