+31
-18660
lines changedFilter options
+31
-18660
lines changed Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
1
+
name: Go Test
2
+
3
+
on:
4
+
push:
5
+
branches: [ master ]
6
+
pull_request:
7
+
branches: [ master ]
8
+
9
+
jobs:
10
+
11
+
test:
12
+
runs-on: ubuntu-latest
13
+
strategy:
14
+
matrix:
15
+
go: ["1.11", "1.12", "1.13", "1.14", "1.15"]
16
+
env:
17
+
GOFLAGS: "-mod=vendor"
18
+
steps:
19
+
- uses: actions/checkout@v2
20
+
21
+
- name: Set up Go
22
+
uses: actions/setup-go@v2
23
+
with:
24
+
go-version: ${{ matrix.go }}
25
+
26
+
- name: Install golint
27
+
run: go install ./vendor/golang.org/x/lint/golint
28
+
- name: Go Lint
29
+
run: make vet lint
30
+
- name: Go Test
31
+
run: make test-nohsm test-trust
Original file line number Diff line number Diff line change
@@ -5,5 +5,4 @@ package tools
5
5
6
6
import (
7
7
_ "golang.org/x/lint/golint"
8
-
_ "golang.org/x/tools/cmd/goimports"
9
8
)
Original file line number Diff line number Diff line change
@@ -39,6 +39,5 @@ require (
39
39
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
40
40
golang.org/x/lint v0.0.0-20190930215403-16217165b5de
41
41
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
42
-
golang.org/x/tools v0.0.0-20191216052735-49a3e744a425
43
42
gopkg.in/yaml.v2 v2.2.1
44
43
)
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4