Fix unit tests in algorithm_test.go (#675) #682
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |