Skip to content

Commit

Permalink
Fix: Avoid full-validation failure / bug in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauro Lacy committed Sep 24, 2024
1 parent 5380765 commit 157748a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/local-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
image: rust:1.78.0
steps:
- uses: actions/checkout@v4.1.0
- name: Build contracts, check formats, and run unit tests (with full validation)
run: cargo test --lib --features full-validation
- name: Build staking contract, check formats, and run unit tests (with full validation)
run: cargo test --package btc-staking --lib --features full-validation
2 changes: 0 additions & 2 deletions contracts/btc-finality/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ default = []
cranelift = ["cosmwasm-vm/cranelift"]
# for quicker tests, cargo test --lib
library = []
# feature for enabling the full validation
full-validation = []

[dependencies]
babylon-apis = { path = "../../packages/apis" }
Expand Down

0 comments on commit 157748a

Please sign in to comment.