Run tests on algorithm workflow.

This commit is contained in:
FiveMovesAhead 2024-04-25 11:57:03 +08:00
parent 5270068819
commit 5df2289ae4

View File

@ -38,6 +38,9 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
targets: wasm32-wasi
- name: Cargo Test
if: env.SKIP_JOB != 'true'
run: cargo test -p tig-algorithms
- name: Cargo Build
if: env.SKIP_JOB != 'true'
run: >