try fix tests
Some checks failed
Rust / build (push) Failing after 1s

This commit is contained in:
MeexReay 2025-05-01 15:02:47 +03:00
parent bf174dcdb1
commit fde9e8d766

View File

@ -15,8 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
run: bash -c "cargo build --verbose"
- name: Run tests
run: cargo test --verbose
run: bash -c "cargo test --verbose"