mirror of
https://github.com/Cuprate/cuprate.git
synced 2025-03-09 10:15:01 +00:00
fix workflow
This commit is contained in:
parent
1e9e4a2a81
commit
ced0d43a6a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/hack.yml
vendored
2
.github/workflows/hack.yml
vendored
|
@ -29,4 +29,4 @@ jobs:
|
|||
run: cargo install cargo-hack --locked
|
||||
- name: Hack Check
|
||||
# TODO: remove the exclude when `cuprate-blockchain` errors are fixed
|
||||
run: argo hack --workspace --exclude cuprate-blockchain check --feature-powerset --no-dev-deps
|
||||
run: cargo hack --workspace --exclude cuprate-blockchain check --feature-powerset --no-dev-deps
|
Loading…
Reference in a new issue