Skip to content

Commit 034f5b2

Browse files
committed
make build/test now builds/tests the sidecar as well
Signed-off-by: Shmuel Kallner <kallner@il.ibm.com>
1 parent c099137 commit 034f5b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-pr-checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Run make test
4949
shell: bash
5050
run: |
51-
make test sidecar-test
51+
make test
5252
5353
- name: Archive code coverage results
5454
uses: actions/upload-artifact@v4
@@ -59,4 +59,4 @@ jobs:
5959
- name: Run make build
6060
shell: bash
6161
run: |
62-
make build sidecar-build
62+
make build

0 commit comments

Comments
 (0)