Literal paths
Some checks failed
Build & Test / build-run (push) Failing after 36s

This commit is contained in:
Kio 2025-02-03 22:28:00 +00:00
parent 3244cecc6a
commit beaa76f996

View file

@ -12,13 +12,11 @@ jobs:
run: apk add rustup deno git nodejs pkgconfig openssl openssl-dev run: apk add rustup deno git nodejs pkgconfig openssl openssl-dev
- name: Install Rust - name: Install Rust
run: /usr/bin/rustup-init -y run: /usr/bin/rustup-init -y
- name: Read new PATH from cargo install
run: . ~/.cargo/env
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v4 uses: actions/checkout@v4
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