FINALLY
All checks were successful
/ build (push) Successful in 1m52s

This commit is contained in:
xqtc161 2024-07-11 15:03:03 +02:00
parent 8c431c41fb
commit 13eaada6ca

View file

@ -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