Add cargo test
All checks were successful
Pipeline main branch / test (push) Successful in 2m15s

This commit is contained in:
continuist 2025-04-13 00:39:19 -04:00
parent b49b7a5ef3
commit 9dd5ee9805

View file

@ -13,8 +13,9 @@ jobs:
- name: Install Rust toolchain
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source $HOME/.cargo/env
- name: Run cargo build
run: |
source $HOME/.cargo/env
$HOME/.cargo/bin/cargo build
$HOME/.cargo/bin/cargo build
- name: Run cargo test
run: |
$HOME/.cargo/bin/cargo test