← back to Exo
rename to discovery integration test as thats all it checks
bf7aa51ba12b4d18937868a169cb32682e739e41 · 2024-07-20 00:09:34 -0700 · Alex Cheema
Files touched
M .github/workflows/test.yml
Diff
commit bf7aa51ba12b4d18937868a169cb32682e739e41
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Sat Jul 20 00:09:34 2024 -0700
rename to discovery integration test as thats all it checks
---
.github/workflows/test.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index a14eef29..e037e3b1 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
- name: Run tests
run: python3 -m exo.inference.test_inference_engine
- integration_test:
+ discovery_integration_test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
@@ -34,7 +34,7 @@ jobs:
run: |
python3 -m pip install --upgrade pip
pip install .
- - name: Run integration test
+ - name: Run discovery integration test
run: |
# Start first instance
DEBUG_DISCOVERY=9 DEBUG=9 python3 main.py --listen-port 5678 --broadcast-port 5679 --chatgpt-api-port 8000 > output1.log 2>&1 &
← b9a2c0f7 fix tests
·
back to Exo
·
redundant sh 93df43d0 →