Skip to content

Commit

Permalink
ci(crates-io): enable crates-io check
Browse files Browse the repository at this point in the history
  • Loading branch information
clearloop committed Jun 23, 2024
1 parent c8e1ab7 commit 0935e0e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,8 @@ jobs:
cargo +stable check --manifest-path utils/wasm-builder/test-program/Cargo.toml
cargo +stable check --manifest-path utils/cargo-gbuild/test-program/Cargo.toml --workspace --target wasm32-unknown-unknown
# TODO: uncomment after PR is ready to be merged, because versions inside have to be bumped
#- name: "Check: crates-io packages"
# run: cargo +stable run --release -p crates-io check
- name: "Check: crates-io packages"
run: cargo +stable run --release -p crates-io check

fuzzer:
runs-on: [kuberunner, github-runner-01]
Expand Down

0 comments on commit 0935e0e

Please sign in to comment.