Skip to content

Commit 4539678

Browse files
committed
ci: remove -Dwarnings from coverage nightly build
Only enable -Dwarnings in stable toolchain as in build and test.
1 parent 40c0a18 commit 4539678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
needs: [test]
5454
runs-on: ubuntu-latest
5555
env:
56-
RUSTFLAGS: -Cinstrument-coverage -Dwarnings
56+
RUSTFLAGS: -Cinstrument-coverage
5757
steps:
5858
- uses: actions/checkout@v2
5959
- uses: Swatinem/rust-cache@v1

0 commit comments

Comments
 (0)