fix build environment

This commit is contained in:
yggverse 2025-07-07 00:26:22 +03:00
parent 0a7793fcf2
commit 25a226eb0f

View file

@ -17,11 +17,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Run rustfmt - run: rustup update
run: cargo fmt --all -- --check - run: cargo fmt --all -- --check
- name: Run clippy - run: cargo clippy --all-targets
run: cargo clippy --all-targets - run: cargo build --verbose
- name: Build - run: cargo test --verbose
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose