Skip to content

Commit f619e51

Browse files
committed
Forbid warnings in CI
1 parent af88207 commit f619e51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
3939
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
4040

41-
- name: Build the validation tool
42-
run: cargo build
41+
- name: Build the team binary
42+
run: RUSTFLAGS="--deny warnings" cargo build
4343

4444
- name: Validate the repository contents
4545
run: cargo run -- check --strict

0 commit comments

Comments
 (0)