We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69efb4c commit 7523acfCopy full SHA for 7523acf
.github/workflows/go.yml
@@ -21,10 +21,7 @@ jobs:
21
- name: Build
22
run: go build -v ./...
23
24
- - name: Test
25
- run: go test -short -v ./...
26
-
27
- - name: MySQL Tests
+ - name: Tests
28
run: |
29
sudo /etc/init.d/mysql start
30
go test -v ./...
.vscode/settings.json
@@ -30,5 +30,8 @@
"ui.semanticTokens": true,
31
"ui.navigation.symbolMatcher": "CaseSensitive",
32
// "ui.navigation.symbolStyle":
33
- }
+ },
34
+ "github-actions.workflows.pinned.workflows": [
35
+ ".github/workflows/go.yml"
36
+ ]
37
}
0 commit comments