Skip to content

Commit

Permalink
github/workflow/backend: actually run "all" as well as ci
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Batts <[email protected]>
  • Loading branch information
vbatts committed Mar 10, 2023
1 parent 9019a8e commit 14cd49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:

- name: Build, Lint & Check
run: |
make ci
make all ci
working-directory: backend

0 comments on commit 14cd49c

Please sign in to comment.