File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 49
49
- name : Uninstall
50
50
run : sudo make uninstall
51
51
52
- cross- windows :
53
- name : " Windows tests (cross) "
54
- runs-on : ubuntu-22.04
52
+ windows :
53
+ name : " Windows tests"
54
+ runs-on : windows-2022
55
55
timeout-minutes : 30
56
56
steps :
57
57
- uses : actions/setup-go@v4
@@ -60,15 +60,10 @@ jobs:
60
60
- uses : actions/checkout@v3
61
61
with :
62
62
fetch-depth : 1
63
- - name : Install wine
64
- run : |
65
- sudo apt-get update
66
- sudo apt-get install -y wine-binfmt wine64
67
- sudo apt-get remove -y mono-runtime || true
68
63
- name : Unit tests
69
- run : GOOS=windows GOARCH=amd64 go test -v ./...
64
+ run : go test -v ./...
70
65
- name : Make
71
- run : make GOOS=windows GOARCH=amd64
66
+ run : make
72
67
73
68
integration :
74
69
name : Integration tests
You can’t perform that action at this time.
0 commit comments