Merge branch 'main' of github.com:mc-lang/mclang2 into refractor

This commit is contained in:
MCorange 2023-03-21 20:26:57 +02:00
commit 42492ce521

View File

@ -22,3 +22,5 @@ jobs:
run: cargo test --release --verbose
- name: Run lang tests
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