fixup! fixup! fixup! fixup! fixup! Add CI
This commit is contained in:
parent
fbdefba67f
commit
72fa8be7c6
1 changed files with 2 additions and 1 deletions
|
|
@ -15,5 +15,6 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
uses: https://github.com/dtolnay/rust-toolchain@1.88
|
uses: https://github.com/dtolnay/rust-toolchain@1.88
|
||||||
- run: cargo build --verbose
|
- run: cargo clippy -- -D warnings
|
||||||
|
- run: cargo build --verbose -D warn
|
||||||
- run: cargo test --verbose
|
- run: cargo test --verbose
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue