mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
Fail CI in case of compiler warnings like dead_code
This commit is contained in:
parent
b856f7e1bd
commit
9ee8ddb6b6
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -64,7 +64,7 @@ jobs:
|
|||
run: script/build-wasm
|
||||
|
||||
- name: Build CLI
|
||||
run: cargo build --release
|
||||
run: RUSTFLAGS="-D warnings" cargo build --release
|
||||
|
||||
- name: Set up fixture parsers
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue