Skip to content

Upgrade ckb-std to 0.15 (#45) #178

Upgrade ckb-std to 0.15 (#45)

Upgrade ckb-std to 0.15 (#45) #178

Workflow file for this run

name: Rust
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install tools
run: cd tests && make install-all
- name: Build contract
run: make all-via-docker
- name: Run all testcases
run: cd tests && make all
- name: Run ckb-auth-cli tests
run: cd tools/ckb-auth-cli && cargo test