Skip to content

Commit

Permalink
chore: upgrade deno_ast, deno_semver, thiserror (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju authored Nov 26, 2024
1 parent 6aa74c2 commit 0529eea
Show file tree
Hide file tree
Showing 4 changed files with 661 additions and 399 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ jobs:
- name: Clippy
if: contains(matrix.os, 'ubuntu')
run: cargo clippy --locked --all-features --all-targets -- -D clippy::all
run: cargo clippy --verbose --locked --all-features --all-targets -- -D clippy::all

- name: Cargo Build
run: cargo build --locked --all-features --all-targets
run: cargo build --locked --all-features --all-targets --verbose

- name: Cargo Test
run: cargo test --locked --all-features --all-targets
run: cargo test --verbose --locked --all-features --all-targets

# ensure we build with no default features, but only bother testing on linux
- name: Cargo Build (no-default-features)
Expand Down
Loading

0 comments on commit 0529eea

Please sign in to comment.