Skip to content

Commit

Permalink
fix: ci package -> features
Browse files Browse the repository at this point in the history
  • Loading branch information
gluax committed Jun 17, 2024
1 parent d5f88a7 commit d5dae1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: 🧪 Run cosmwasm unit tests
if: always()
run: cargo nextest run --locked --fail-fast --package cosmwasm
run: cargo nextest run --locked --fail-fast --features cosmwasm
env:
RUST_BACKTRACE: 1

Expand Down

0 comments on commit d5dae1c

Please sign in to comment.