Skip to content

Commit 8fe2d88

Browse files
Separate build & test targets
1 parent 6fad6a9 commit 8fe2d88

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci-build-test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,11 @@ jobs:
6666
- name: Install dependencies for tests
6767
run: npm install @modelcontextprotocol/server-memory
6868

69-
- name: Build & Test
70-
run: make build test CONFIGURATION=${{ matrix.configuration }}
69+
- name: Build
70+
run: make build CONFIGURATION=${{ matrix.configuration }}
71+
72+
- name: Test
73+
run: make test CONFIGURATION=${{ matrix.configuration }}
7174

7275
- name: Pack
7376
if: matrix.configuration == 'Release'

0 commit comments

Comments
 (0)