parent
8c431c41fb
commit
13eaada6ca
|
@ -18,3 +18,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cargo build
|
cargo build
|
||||||
shell: bash
|
shell: bash
|
||||||
|
- id: cargo-test
|
||||||
|
name: cargo build
|
||||||
|
run: |
|
||||||
|
cargo test --lib
|
||||||
|
shell: bash
|
||||||
|
|
Loading…
Reference in a new issue