Skip to content

Use ckb development network for src/tm... scripts #15

Use ckb development network for src/tm... scripts

Use ckb development network for src/tm... scripts #15

Workflow file for this run

name: Rust
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run installation
run: make install
- name: Run CI
run: make ci