We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 944e43d commit 43afd10Copy full SHA for 43afd10
.github/workflows/ci.yml
@@ -11,6 +11,8 @@ jobs:
11
build_and_test:
12
name: Build and test
13
runs-on: ${{ matrix.os }}
14
+ env:
15
+ RUSTFLAGS: -Dwarnings
16
strategy:
17
matrix:
18
os: [ubuntu-latest, windows-latest, macOS-latest]
@@ -46,6 +48,8 @@ jobs:
46
48
check_fmt_and_docs:
47
49
name: Checking fmt and docs
50
runs-on: ubuntu-latest
51
52
53
steps:
54
- uses: actions/checkout@master
55
@@ -77,6 +81,8 @@ jobs:
77
81
clippy_check:
78
82
name: Clippy check
79
83
84
85
80
86
87
- uses: actions/checkout@v1
88
- id: component
0 commit comments