Skip to content

Commit

Permalink
Run tests on algorithm workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
FiveMovesAhead committed Apr 25, 2024
1 parent 5270068 commit 5df2289
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_algorithm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >
Expand Down

0 comments on commit 5df2289

Please sign in to comment.