We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb3e043 commit 99e8dbaCopy full SHA for 99e8dba
.github/workflows/compile.yml
@@ -65,7 +65,7 @@ jobs:
65
- name: Workaround for network issue
66
if: matrix.runner == 'macos-15-intel'
67
run: |-
68
- go test -run TestSSHAccess/tcp ./test
+ go test -run TestSSHAccess/tcp -run TestCloudInit ./test
69
continue-on-error: true
70
71
# Integration tests run only on macos-15-intel due to virtualization requirements
0 commit comments