Update .forgejo/workflows/ci.yaml
Some checks failed
Build & Test / build-run (push) Failing after 29s

This commit is contained in:
Kio 2025-02-03 22:36:15 +00:00
parent cfae51c43f
commit 563462c1c5

View file

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