This commit is contained in:
parent
3bb9abfcd6
commit
149737fb48
1 changed files with 2 additions and 4 deletions
|
@ -10,7 +10,5 @@ jobs:
|
|||
runs-on: ubuntu-latest # Or other appropriate runner
|
||||
steps:
|
||||
- uses: actions/checkout@v4 # Checkout the repository
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
- run: cargo build --release --all-features
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- run: cargo test --all-features
|
Loading…
Add table
Reference in a new issue