mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-16 15:26:40 +00:00
extension
This commit is contained in:
4
.github/workflows/golang-test-windows.yml
vendored
4
.github/workflows/golang-test-windows.yml
vendored
@@ -43,8 +43,8 @@ jobs:
|
||||
- name: accept eula
|
||||
run: PsExec64 -accepteula -s ipconfig
|
||||
- name: Generate Iface Test bin
|
||||
run: go test -c -o iface-testing.bin ./iface/
|
||||
run: go test -c -o iface-testing.bin.exe ./iface/
|
||||
- name: Test
|
||||
run: |
|
||||
mv iface-testing.bin 'C:\Windows\temp\'
|
||||
mv iface-testing.bin.exe 'C:\Windows\temp\'
|
||||
PsExec64 -s 'C:\Windows\temp\iface-testing.bin.exe'
|
||||
Reference in New Issue
Block a user