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 a991664 commit 2001e76Copy full SHA for 2001e76
.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
@@ -47,7 +47,7 @@ run() {
47
"ci/docker/$target"
48
docker run \
49
--rm \
50
- -e RUST_COMPILER_RT_ROOT \
+ -e "RUSTFLAGS=${RUSTFLAGS:-}" \
51
-e "CARGO_TARGET_DIR=/builtins-target" \
52
-v "$(pwd):/checkout:ro" \
53
-w /checkout \
0 commit comments