fix workflow

This commit is contained in:
Boog900 2024-06-19 01:43:00 +01:00
parent 1e9e4a2a81
commit ced0d43a6a
No known key found for this signature in database
GPG key ID: 42AB1287CB0041C2

View file

@ -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