Skip to content

Commit e36a92c

Browse files
committed
Include global rustflags in rustflags override
1 parent facef6b commit e36a92c

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:
@@ -26,7 +26,7 @@ jobs:
2626
toolchain: ${{matrix.rust}}
2727
- run: cargo test
2828
env:
29-
RUSTFLAGS: ${{matrix.rustflags}}
29+
RUSTFLAGS: ${{matrix.rustflags}} ${{env.RUSTFLAGS}}
3030

3131
msrv:
3232
name: Rust 1.39.0

0 commit comments

Comments
 (0)