We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fad6a9 commit 8fe2d88Copy full SHA for 8fe2d88
.github/workflows/ci-build-test.yml
@@ -66,8 +66,11 @@ jobs:
66
- name: Install dependencies for tests
67
run: npm install @modelcontextprotocol/server-memory
68
69
- - name: Build & Test
70
- run: make build test CONFIGURATION=${{ matrix.configuration }}
+ - name: Build
+ run: make build CONFIGURATION=${{ matrix.configuration }}
71
+
72
+ - name: Test
73
+ run: make test CONFIGURATION=${{ matrix.configuration }}
74
75
- name: Pack
76
if: matrix.configuration == 'Release'
0 commit comments