Skip to content

Commit b6359c3

Browse files
authored
Merge pull request #57 from yuk1ty/ci-deny-warnings
ci: ビルド警告でCI failするようにした & ビルド対象を all-targets , all-featurs にした。
2 parents 54365e5 + 03946e0 commit b6359c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
- uses: actions/checkout@v2
40-
- name: Build
41-
run: cargo build --verbose
40+
- name: Build (denying warnings)
41+
run: RUSTFLAGS='-D warnings' cargo build --all-targets --all-features --verbose
4242
- name: Run tests
4343
run: cargo test --verbose

0 commit comments

Comments
 (0)