Skip to content

Commit

Permalink
update ci to remove npm
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Nov 21, 2024
1 parent 1519d70 commit 5bf1f37
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ jobs:

- run: cargo fmt --check

- uses: volta-cli/action@v4

- run: npm ci
- run: npm run build

- uses: actions/cache@v3
with:
path: |
Expand All @@ -32,6 +27,7 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}

- uses: dtolnay/rust-toolchain@stable
- run: make static
- run: cargo build
- run: cargo test
- run: cargo clippy -- -D warnings

0 comments on commit 5bf1f37

Please sign in to comment.