Skip to content

Commit

Permalink
Add github actions to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-piles committed Sep 16, 2024
1 parent acbd0f9 commit 1214398
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@ jobs:
- name: Start service
run: make start_detached

- name: Wait for 10 seconds
run: sleep 10

- name: Test with unittest
run: make test

0 comments on commit 1214398

Please sign in to comment.