Skip to content

Add btc-lc feature to CI tests #261

Add btc-lc feature to CI tests

Add btc-lc feature to CI tests #261

Workflow file for this run

name: babylonchain/babylon-contract/local-tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
local-build-test:
runs-on: ubuntu-latest
container:
image: rust:1.78.0
steps:
- uses: actions/[email protected]
- name: Build contracts, check formats, and run unit tests
run: cargo test --lib
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 (full validation)
run: cargo test --lib --features full-validation
local-build-test-full-validation:

Check failure on line 26 in .github/workflows/local-tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/local-tests.yml

Invalid workflow file

You have an error in your yaml syntax on line 26
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