Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:
include:
- name: linux
os: ubuntu-latest
target: x86_64-unknown-linux-gnu
- name: macos
os: macos-latest
target: aarch64-apple-darwin

steps:
- name: Checkout
Expand All @@ -41,4 +43,6 @@ jobs:
cargo binstall -y --force trunk

- name: Run Tests
env:
TARGET: ${{ matrix.target }}
run: just test
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,7 @@ dist
###########
src/http-server/inline/*
!src/http-server/inline/.gitkeep

# AI #
######
.claude/settings.local.json
Loading
Loading