• R/O
  • HTTP
  • SSH
  • HTTPS

bytom: Commit

Official Go implementation of the Bytom protocol


Commit MetaInfo

Revision88a407d412df4e217652557fd51f9573d1cc7536 (tree)
Time2020-09-27 12:10:18
AuthorChengcheng Zhang <943420582@qq.c...>
CommiterChengcheng Zhang

Log Message

update

Change Summary

Incremental Difference

--- a/.github/workflows/go-unit-test.yml
+++ b/.github/workflows/go-unit-test.yml
@@ -25,16 +25,17 @@ jobs:
2525 uses: actions/setup-go@v1
2626 with:
2727 go-version: ${{ matrix.go-version }}
28-
29- - name: Setup env
30- shell: bash
31- run: |
32- echo "::set-env name=GOPATH::/home/runner/work/go"
33- echo "::add-path::/home/runner/work/go/bin"
34-
35- - name: Unit test
3628 run: go test ./...
3729
30+# - name: Setup env
31+# shell: bash
32+# run: |
33+# echo "::set-env name=GOPATH::/home/runner/work/go"
34+# echo "::add-path::/home/runner/work/go/bin"
35+#
36+# - name: Unit test
37+# run: go test ./...
38+
3839 # echo $(go list ./... | grep -v '/vendor/') && export GOPATH=$HOME/go && go test ./...
3940 # echo "hello"
4041 # echo ./...
Show on old repository browser