Skip to content

Commit

Permalink
fix ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
leontiad committed Feb 7, 2024
1 parent 3a4baba commit 730b497
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: install ssh key
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- run: cargo test --all -- --nocapture


Expand Down

0 comments on commit 730b497

Please sign in to comment.