Update .forgejo/workflows/ci.yaml
Some checks failed
Build & Test / build-run (push) Failing after 29s
Some checks failed
Build & Test / build-run (push) Failing after 29s
This commit is contained in:
parent
cfae51c43f
commit
563462c1c5
1 changed files with 2 additions and 2 deletions
|
@ -19,6 +19,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
deno-version: v2.x
|
deno-version: v2.x
|
||||||
- name: Build using Cargo
|
- name: Build using Cargo
|
||||||
run: cargo build --verbose
|
run: ~/.cargo/bin/cargo build --verbose
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
run: cargo test --verbose
|
run: ~/.cargo/bin/cargo test --verbose
|
||||||
|
|
Loading…
Add table
Reference in a new issue