Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
CI: revert me
Browse files Browse the repository at this point in the history
  • Loading branch information
TriplEight committed May 25, 2021
1 parent f082c22 commit 5f47eff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,8 @@ test-linux-stable: &test-linux
<<: *default-vars
# Enable debug assertions since we are running optimized builds for testing
# but still want to have debug assertions.
RUSTFLAGS: "-Cdebug-assertions=y -Dwarnings"
# FIXME: -Dwarnings"
RUSTFLAGS: "-Cdebug-assertions=y"
RUST_BACKTRACE: 1
WASM_BUILD_NO_COLOR: 1
script:
Expand Down

0 comments on commit 5f47eff

Please sign in to comment.