This commit is contained in:
parent
3244cecc6a
commit
beaa76f996
1 changed files with 2 additions and 4 deletions
|
@ -12,13 +12,11 @@ jobs:
|
|||
run: apk add rustup deno git nodejs pkgconfig openssl openssl-dev
|
||||
- name: Install Rust
|
||||
run: /usr/bin/rustup-init -y
|
||||
- name: Read new PATH from cargo install
|
||||
run: . ~/.cargo/env
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
deno-version: v2.x
|
||||
- name: Build using Cargo
|
||||
run: cargo build --verbose
|
||||
run: ~/.cargo/bin/cargo build --verbose
|
||||
- name: Run unit tests
|
||||
run: cargo test --verbose
|
||||
run: ~/.cargo/bin/cargo test --verbose
|
||||
|
|
Loading…
Add table
Reference in a new issue