Speed up tests

This commit is contained in:
Nuno Campos
2024-12-04 15:29:51 -08:00
parent dcc2617396
commit 771b9b28cd
4 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ jobs:
env:
LANGGRAPH_FF_SEND_V2: ${{ matrix.ff-send-v2 }}
run: |
make test
make test_parallel
- name: Ensure the tests did not create any additional files
shell: bash