Skip to content

Commit

Permalink
WIP ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KendallWeihe committed Apr 29, 2024
1 parent 7ec1ae6 commit 53301e4
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,22 @@ jobs:
run: just setup
- name: Build
run: just build
test:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
rust: [ stable, nightly ]
runs-on: ${{ matrix.os }}
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

# test:
# # ...
# lint:
# # ...

0 comments on commit 53301e4

Please sign in to comment.