Skip to content

Commit

Permalink
PR: ci - Add the step to verify the modules before the tests are ran.
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzadlone committed Sep 13, 2022
1 parent a433a9c commit d4b0e89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Build binary
run: make build

- name: Verify modules
run: make verify

# This is to ensure tests pass with a running server.
- name: Start server from binary
run: ./build/defradb start &
Expand Down

0 comments on commit d4b0e89

Please sign in to comment.