Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisGorbachev committed Jul 13, 2024
1 parent 19e4b1d commit 1ee35ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:

jobs:
test:
name: cargo test
name: test
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand All @@ -27,6 +27,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: lts/Iron # 20
- uses: Swatinem/[email protected]
- run: npm install --global remark
- run: npm install --global lefthook
- run: lefthook run --force pre-commit
- run: cargo hack test --feature-powerset

0 comments on commit 1ee35ad

Please sign in to comment.