File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -39,18 +39,19 @@ jobs:
3939 - name : Git Fetch Tags
4040 run : git fetch --prune --unshallow --tags -f
4141
42- - name : Make Linux (amd64)
43- run : make linux-amd64
44-
45- - name : Test Linux
46- run : ./sliver-server unpack --force && ./go-tests.sh
47-
4842 - name : Make Windows (amd64)
4943 run : make windows-amd64
5044
5145 - name : Make Linux (arm64)
5246 run : make linux-arm64
5347
48+ - name : Make Linux (amd64)
49+ run : make linux-amd64
50+
51+ - name : Test Linux
52+ run : make clean && make && ./sliver-server unpack --force && ./go-tests.sh
53+
54+
5455 macos-build-test :
5556 name : MacOS Test
5657 runs-on : macos-latest
6162 with :
6263 go-version : " ^1.25"
6364
64- - name : Mingw
65- run : brew install mingw-w64
66-
6765 - name : Check Out Code
6866 uses : actions/checkout@v5
6967
@@ -73,12 +71,12 @@ jobs:
7371 - name : Make MacOS (amd64)
7472 run : make macos-amd64
7573
76- - name : Test MacOS (amd64)
77- run : ./sliver-server unpack --force && ./go-tests.sh
78-
7974 - name : Make MacOS (arm64)
8075 run : make macos-arm64
8176
77+ - name : Test MacOS
78+ run : make clean && make && ./sliver-server unpack --force && ./go-tests.sh
79+
8280 clients-build :
8381 name : Clients Build
8482 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments