Skip to content

Commit

Permalink
Switch to cardina directory before running test
Browse files Browse the repository at this point in the history
  • Loading branch information
jerargus committed Apr 22, 2024
1 parent c6bb063 commit 38d16e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ jobs:
with:
cache: go
- name: Run Unit Test
run: make test
run: |
cd cardinal
make test

0 comments on commit 38d16e5

Please sign in to comment.