Skip to content

Commit

Permalink
oops, actually invoke those rust tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MattFerraro committed Apr 8, 2024
1 parent 64e0865 commit 81b17d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,10 @@ jobs:
env:
BASE_PATH: "/${{ github.event.repository.name }}"
run: pnpm turbo run build
- name: Test
- name: Test Web
run: pnpm turbo run test
- name: Test Rust
run: pnpm run test:rust
- uses: actions/upload-artifact@v4
with:
name: cadmium
Expand Down

0 comments on commit 81b17d6

Please sign in to comment.