Skip to content

Fix unit tests in algorithm_test.go (#675) #682

Fix unit tests in algorithm_test.go (#675)

Fix unit tests in algorithm_test.go (#675) #682

Workflow file for this run

name: qkcli-integration-test
on: [push]
jobs:
mnt-test-using-qkcli:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
# In the future, add it as a submodule
repository: QuarkChain/qkcli
ref: master
token: ${{ secrets.GH_TOKEN }}
path: qkcli
- uses: actions/setup-go@v5
with:
go-version: "~1.14.12"
- run: go version
- run: |
cd qkcli && go build && go install && cd tester && mv go_runner.sh runner.sh && bash parallel_executor.sh