Skip to content

Commit

Permalink
fix(ci): build happ before running clippy -- happ is now a prereq for…
Browse files Browse the repository at this point in the history
… tauri app
  • Loading branch information
mattyg committed Sep 12, 2024
1 parent 61b4772 commit cfd1cb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ jobs:
- name: Install JS packages
run: nix develop -c $SHELL -c "npm ci"

- name: Clippy
run: nix develop -c $SHELL -c "npm run cargo:clippy"

- name: Check rust formatting
run: nix develop -c $SHELL -c "npm run cargo:fmt:check"

- name: Build Happ
run: nix develop -c $SHELL -c "npm run build:happ"

- name: Clippy
run: nix develop -c $SHELL -c "npm run cargo:clippy"

- name: Save cargo and build to cache
uses: actions/cache/save@v3
with:
Expand Down

0 comments on commit cfd1cb7

Please sign in to comment.