We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f9afc2 commit a8c0eccCopy full SHA for a8c0ecc
.github/workflows/main.yml
@@ -1,6 +1,10 @@
1
name: CI
2
on: [push, pull_request]
3
4
+env:
5
+ RUSTDOCFLAGS: -Dwarnings
6
+ RUSTFLAGS: -Dwarnings
7
+
8
jobs:
9
test:
10
name: Test
ci/run-docker.sh
@@ -48,6 +48,7 @@ run() {
48
docker run \
49
--rm \
50
-e RUST_COMPILER_RT_ROOT \
51
+ -e RUSTFLAGS \
52
-e "CARGO_TARGET_DIR=/builtins-target" \
53
-v "$(pwd):/checkout:ro" \
54
-w /checkout \
0 commit comments