mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-18 16:26:38 +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
|
- name: accept eula
|
||||||
run: PsExec64 -accepteula -s ipconfig
|
run: PsExec64 -accepteula -s ipconfig
|
||||||
- name: Generate Iface Test bin
|
- 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
|
- name: Test
|
||||||
run: |
|
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'
|
PsExec64 -s 'C:\Windows\temp\iface-testing.bin.exe'
|
||||||
Reference in New Issue
Block a user