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