This commit is contained in:
@@ -11,9 +11,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Check Rust installation
|
- name: Verify Rust toolchain
|
||||||
run: cargo --version
|
run: |
|
||||||
- name: Check compilation
|
cargo --version
|
||||||
run: cargo check --all-targets
|
rustc --version
|
||||||
- name: Run tests
|
|
||||||
run: cargo test --all
|
|
||||||
|
|||||||
Reference in New Issue
Block a user