mirror of
https://github.com/tig-pool-nk/tig-monorepo.git
synced 2026-02-21 15:17:22 +08:00
Run tests on algorithm workflow.
This commit is contained in:
parent
5270068819
commit
5df2289ae4
3
.github/workflows/build_algorithm.yml
vendored
3
.github/workflows/build_algorithm.yml
vendored
@ -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: >
|
||||
|
||||
Loading…
Reference in New Issue
Block a user