Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
nitro-neal committed Sep 18, 2024
1 parent aef2cd0 commit 5d96b90
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,19 @@ jobs:
- name: Lint
run: just lint

rust-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Init Hermit
uses: cashapp/activate-hermit@v1
with:
cache: true
- name: Setup
run: just setup
- name: Test
run: just test

kotlin-build-test-deploy-snapshot:
needs:
- build_aarch64_apple_darwin
Expand Down

0 comments on commit 5d96b90

Please sign in to comment.