Skip to content

Commit 91333fa

Browse files
committed
Include global rustflags in rustflags override
1 parent d2e2ad1 commit 91333fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
schedule: [cron: "40 1 * * *"]
77

88
env:
9-
RUSTFLAGS: '-Dwarnings'
9+
RUSTFLAGS: -Dwarnings
1010

1111
jobs:
1212
test:
@@ -27,7 +27,7 @@ jobs:
2727
components: rust-src
2828
- run: cargo test --all
2929
env:
30-
RUSTFLAGS: ${{matrix.rustflags}}
30+
RUSTFLAGS: ${{matrix.rustflags}} ${{env.RUSTFLAGS}}
3131

3232
msrv:
3333
name: Rust 1.31.0

0 commit comments

Comments
 (0)