Skip to content

Commit

Permalink
Merge branch 'dev' into 'master'
Browse files Browse the repository at this point in the history
Integrate latest version to master

See merge request interlay/btc-parachain!55
  • Loading branch information
alexeiZamyatin committed Apr 6, 2020
2 parents 8a54160 + 24d0891 commit db34ec1
Show file tree
Hide file tree
Showing 44 changed files with 1,595 additions and 10,313 deletions.
7 changes: 3 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,11 @@ test-pallets-and-crates:
stage: test
image: rustlang/rust:nightly
script:
- scripts/test_modified.py
- cargo build --release --verbose
- cargo test --all --release
cache:
key: build-cache
paths:
- crates/btc-relay/target/
- crates/bitcoin/target/
- crates/security/target/
- target
only:
- merge_requests
Loading

0 comments on commit db34ec1

Please sign in to comment.