diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 776c700b7..3e7b51235 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,8 +9,8 @@ env: CARGO_TERM_COLOR: always RUST_BACKTRACE: 1 # Faster compilation and error on warnings - RUSTFLAGS: "-C debuginfo=0 -D warnings" - RUSTDOCFLAGS: "-D warnings" + # RUSTFLAGS: "-C debuginfo=0 -D warnings" + # RUSTDOCFLAGS: "-D warnings" CARGO_TERM_VERBOSE: true FEATURES: malloc,block,exception,catch_all,verify_message UNSTABLE_FEATURES: unstable_autoreleasesafe