Skip to content

Commit

Permalink
chore(just): add pnpm to test
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed Nov 14, 2023
1 parent 1166188 commit d031d26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ check:

# Run all the tests
test:
pnpm install --frozen-lockfile --prefer-offline
cargo nextest run

# Lint the whole project
Expand Down

0 comments on commit d031d26

Please sign in to comment.