File tree 1 file changed +5
-6
lines changed 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 49
49
golang.org/x/lint/golint \
50
50
golang.org/x/tools/cmd/gorename
51
51
env :
52
- GO111MODULE : on
53
-
52
+ GO111MODULE : on
53
+
54
54
- name : Install Go tools (GOPATH mode)
55
55
run : |
56
56
go version
@@ -60,21 +60,20 @@ jobs:
60
60
# Because some tests depend on the source code checked in GOPATH. TODO: FIX THEM.
61
61
env :
62
62
GO111MODULE : off
63
-
63
+
64
64
- name : Prepare Release
65
65
run : build/all.bash prepare_nightly
66
66
67
67
- name : Run unit tests
68
68
run : npm run unit-test
69
69
continue-on-error : true
70
-
70
+
71
71
- name : Run tests
72
72
73
73
with :
74
74
run : npm run test
75
75
env :
76
- CODE_VERSION : ${{ matrix.version }}
77
- continue-on-error : ${{ matrix.version == 'insiders' }}
76
+ CODE_VERSION : ' insiders'
78
77
79
78
- name : Publish
80
79
if : github.ref == 'refs/heads/master' && github.repository == 'golang/vscode-go'
You can’t perform that action at this time.
0 commit comments