Browse Source

Fail merge if warnings are present (#17)

pull/15/merge
RJ Rybarczyk 4 years ago
committed by GitHub
parent
commit
e9aca130fa
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/rust.yaml

2
.github/workflows/rust.yaml

@ -31,7 +31,7 @@ jobs:
cargo --version
cargo clippy --version
- name: Build
run: cargo build --verbose
run: RUSTFLAGS="-D warnings" cargo build --verbose
- name: Test
run: cargo test --verbose
- name: Lint

Loading…
Cancel
Save