File tree Expand file tree Collapse file tree 2 files changed +18
-12
lines changed Expand file tree Collapse file tree 2 files changed +18
-12
lines changed Original file line number Diff line number Diff line change 44 test :
55 strategy :
66 matrix :
7- go-version : [1.14.x, 1.15.x]
7+ go-version : [1.14.x, 1.15.x, 1.16.x, 1.17.x ]
88 platform : [ubuntu-latest, windows-latest]
99 runs-on : ${{ matrix.platform }}
1010 steps :
11- - name : Install Go
12- uses : actions/setup-go@v1
13- with :
14- go-version : ${{ matrix.go-version }}
15- - name : Checkout code
16- uses : actions/checkout@v2
17- - name : Test
18- run : go test -v ./...
19- - name : Test Blake3
20- run : go test -v ./...
21- working-directory : blake3
11+ - name : Install Go
12+ uses : actions/setup-go@v2
13+ with :
14+ go-version : ${{ matrix.go-version }}
15+ - name : Checkout code
16+ uses : actions/checkout@v2
17+ - name : Test
18+ run : go test -v ./...
19+ - name : Test Blake3
20+ run : go test -v ./...
21+ working-directory : blake3
Original file line number Diff line number Diff line change 1+ github.com/zeebo/assert v1.1.0 /go.mod h1:Pq9JiuJQpG8JLJdtkwrJESF0Foym2/D9XMU5ciN/wJ0 =
2+ github.com/zeebo/blake3 v0.1.1 h1:Nbsts7DdKThRHHd+YNlqiGlRqGEF2bE2eXN+xQ1hsEs =
3+ github.com/zeebo/blake3 v0.1.1 /go.mod h1:G9pM4qQwjRzF1/v7+vabMj/c5mWpGZ2Wzo3Eb4z0pb4 =
4+ github.com/zeebo/pcg v1.0.0 /go.mod h1:09F0S9iiKrwn9rlI5yjLkmrug154/YRW6KnnXVDM/l4 =
5+ golang.org/x/sys v0.0.0-20201014080544-cc95f250f6bc h1:HVFDs9bKvTxP6bh1Rj9MCSo+UmafQtI8ZWDPVwVk9g4 =
6+ golang.org/x/sys v0.0.0-20201014080544-cc95f250f6bc /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
You can’t perform that action at this time.
0 commit comments