Skip to content

Commit 7189ffe

Browse files
authored
Identities and authentication (#15)
1 parent fd1aa5b commit 7189ffe

25 files changed

Lines changed: 2715 additions & 458 deletions

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,8 @@ jobs:
2828
run: cargo build --locked
2929

3030
- name: Test
31-
run: cargo test
31+
run: |
32+
eval `ssh-agent -s` &&
33+
ssh-keygen -t ed25519 -f /tmp/id_ephemeral -C "ephemeral test key" -P "" &&
34+
ssh-add /tmp/id_ephemeral &&
35+
cargo test

0 commit comments

Comments
 (0)