We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 038b149 commit fc7036fCopy full SHA for fc7036f
.github/workflows/coverage.yml
@@ -29,6 +29,8 @@ jobs:
29
- name: Install cargo-llvm-cov
30
uses: taiki-e/install-action@cargo-llvm-cov
31
- run: |
32
+ # Wait for startup of openssh-server
33
+ sleep 30
34
chmod 600 .test-key
35
mkdir /tmp/openssh-rs
36
ssh -i .test-key -v -p 2222 -l test-user openssh -o StrictHostKeyChecking=accept-new -o UserKnownHostsFile=/tmp/openssh-rs/known_hosts whoami
0 commit comments