Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Commit

Permalink
ci updates
Browse files Browse the repository at this point in the history
  • Loading branch information
DonIsaac committed Jul 31, 2024
1 parent 7a44df4 commit 336229a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ jobs:
with:
components: clippy
restore-cache: false
- run: cargo clippy -- -D warnings
- run: cargo clippy --no-deps -- -D warnings
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
cache: 'yarn'
- run: yarn --no-immutable
- run: cargo check
- run: yarn build
# gets done by yarn build, but `yarn workspaces run` suppresses
# output and this is a good way to check for errors. Cached results
# will be used in following step.
- run: napi build --release
working-directory: napi/transform
- run: yarn build:debug
# FIXME: yarn.lock always changes
# - run: git diff --exit-code
# - run: git diff --exit-code

0 comments on commit 336229a

Please sign in to comment.