Skip to content

Commit

Permalink
Workflows: install program before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mdxwzl committed Feb 10, 2025
1 parent c085286 commit b1ac9c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- name: Test (default features)
run: |
cd full-moon
cargo install
cargo insta test
- name: Test (Luau feature)
run: |
Expand Down

0 comments on commit b1ac9c0

Please sign in to comment.