Skip to content

Commit 4448d55

Browse files
committed
ci: fix workflows
1 parent 08cbcd6 commit 4448d55

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,6 @@ jobs:
2828
run: make lint
2929

3030
- name: Test
31-
run: make test
31+
run: |
32+
eval $(ssh-agent)
33+
make test

0 commit comments

Comments
 (0)