Skip to content

Commit

Permalink
Add btc-lc feature to CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauro Lacy committed Dec 16, 2024
1 parent c00e08e commit ce1aded
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/local-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,11 @@ jobs:
- uses: actions/[email protected]
- name: Build contracts, check formats, and run unit tests (full validation)
run: cargo test --lib --features full-validation
local-build-test-full-validation:
runs-on: ubuntu-latest
container:
image: rust:1.78.0
steps:
- uses: actions/[email protected]
- name: Build contracts, check formats, and run unit tests (BTC light client)
run: cargo test --lib --features btc-lc

0 comments on commit ce1aded

Please sign in to comment.