Skip to content

Commit

Permalink
ci: fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ardikabs committed Sep 19, 2021
1 parent 08cbcd6 commit 4448d55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ jobs:
run: make lint

- name: Test
run: make test
run: |
eval $(ssh-agent)
make test

0 comments on commit 4448d55

Please sign in to comment.