Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Code Monad committed Feb 2, 2023
1 parent 243c46b commit 7c56f55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
command: install
args: --locked --git https://github.com/nervosnetwork/ckb-light-client.git
- name: Run CKB Light Client
run: wget https://raw.githubusercontent.com/nervosnetwork/ckb-light-client/develop/config/testnet.toml && ckb-light-client run --config-file testnet.toml &
- name: Test
run: |
wget https://raw.githubusercontent.com/nervosnetwork/ckb-light-client/develop/config/testnet.toml && ckb-light-client run --config-file testnet.toml &
go test ./... -short -p 1 && killall ckb-light-client
run: go test ./... -short -p 1 && killall ckb-light-client

0 comments on commit 7c56f55

Please sign in to comment.