Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "chore: upgrade deno_ast, deno_semver, thiserror" #548

Merged
merged 1 commit into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 --verbose --locked --all-features --all-targets -- -D clippy::all
run: cargo clippy --locked --all-features --all-targets -- -D clippy::all

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

- name: Cargo Test
run: cargo test --verbose --locked --all-features --all-targets
run: cargo test --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