• R/O
  • HTTP
  • SSH
  • HTTPS

bytom: Commit

Official Go implementation of the Bytom protocol


Commit MetaInfo

Revision351e2e4900c61b5583e35553a9bb1bf17fa6930b (tree)
Zeit2020-09-27 11:48:35
AutorChengcheng Zhang <943420582@qq.c...>
CommiterChengcheng Zhang

Log Message

update

Ändern Zusammenfassung

Diff

--- a/.github/workflows/go-unit-test.yml
+++ b/.github/workflows/go-unit-test.yml
@@ -25,12 +25,11 @@ jobs:
2525 uses: actions/setup-go@v1
2626 with:
2727 go-version: ${{ matrix.go-version }}
28- - run:
29- export GOPATH=$HOME/go
28+ - run: export GOPATH=$HOME/go && go test ./...
3029 # echo "hello"
3130 # echo ./...
3231 # echo $(go list ./... | grep -v '/vendor/')
33- go test ./...
32+
3433
3534 # - name: Run tests
3635 # shell: bash
Show on old repository browser