Merge branch 'main' of github.com:mc-lang/mclang2 into refractor
This commit is contained in:
commit
42492ce521
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -22,3 +22,5 @@ jobs:
|
||||||
run: cargo test --release --verbose
|
run: cargo test --release --verbose
|
||||||
- name: Run lang tests
|
- name: Run lang tests
|
||||||
run: ./target/release/mcl_test_dev -m test
|
run: ./target/release/mcl_test_dev -m test
|
||||||
|
- name: Check formatting with clippy
|
||||||
|
run: cargo clippy -- -W clippy::pedantic -A clippy::struct-excessive-bools -A clippy::too_many_lines -A clippy::similar_names
|
||||||
|
|
Loading…
Reference in New Issue
Block a user