1 parent 58c5df7 commit 2c03944Copy full SHA for 2c03944
1 file changed
.github/workflows/publish.yml
@@ -29,6 +29,9 @@ jobs:
29
- name: Install cloakmcp with test extras
30
run: pip install -e ".[test]"
31
32
+ - name: Generate test HMAC key
33
+ run: mkdir -p keys && openssl rand -hex 32 > keys/mcp_hmac_key
34
+
35
- name: Run tests (including slow)
36
run: pytest tests/ -v -m ""
37
0 commit comments