Skip to content

Commit 7523acf

Browse files
committed
Don't run tests twice
1 parent 69efb4c commit 7523acf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ jobs:
2121
- name: Build
2222
run: go build -v ./...
2323

24-
- name: Test
25-
run: go test -short -v ./...
26-
27-
- name: MySQL Tests
24+
- name: Tests
2825
run: |
2926
sudo /etc/init.d/mysql start
3027
go test -v ./...

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,8 @@
3030
"ui.semanticTokens": true,
3131
"ui.navigation.symbolMatcher": "CaseSensitive",
3232
// "ui.navigation.symbolStyle":
33-
}
33+
},
34+
"github-actions.workflows.pinned.workflows": [
35+
".github/workflows/go.yml"
36+
]
3437
}

0 commit comments

Comments
 (0)