Skip to content

Commit

Permalink
ci: splitting apitest and build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Hinderberger committed Jun 5, 2024
1 parent b257810 commit b499bc6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,13 @@ jobs:
shell: bash
run: make test

- name: build executable for test suite
shell: bash
run: make build

- name: execute apitest
shell: bash
run: make build apitest
run: make apitest

- name: Notify slack channel about a failure
if: ${{ failure() }}
Expand Down

0 comments on commit b499bc6

Please sign in to comment.