瀏覽代碼

leave only one CI job

justheuristic 3 年之前
父節點
當前提交
ea5ace246a
共有 1 個文件被更改,包括 1 次插入66 次删除
  1. 1 66
      .github/workflows/run-tests.yaml

+ 1 - 66
.github/workflows/run-tests.yaml

@@ -29,71 +29,6 @@ jobs:
           python -m pip install --upgrade pip
           pip install -r requirements.txt
           pip install -r requirements-dev.txt
-      - name: Build hivemind
-        run: |
-          pip install .
-      - name: Test
-        run: |
-          cd tests
-          export HIVEMIND_MEMORY_SHARING_STRATEGY=file_descriptor
-          pytest --durations=0 --durations-min=1.0 -v
-  build_and_test_p2pd:
-    runs-on: ubuntu-latest
-    timeout-minutes: 10
-    steps:
-      - uses: actions/checkout@v2
-      - uses: actions/setup-go@v3
-        with:
-          go-version: '1.16'
-          check-latest: true
-      - name: Set up Python
-        uses: actions/setup-python@v2
-        with:
-          python-version: '3.8'
-      - name: Cache dependencies
-        uses: actions/cache@v2
-        with:
-          path: ~/.cache/pip
-          key: Key-v1-3.8-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements-dev.txt') }}
-      - name: Install dependencies
-        run: |
-          python -m pip install --upgrade pip
-          pip install -r requirements.txt
-          pip install -r requirements-dev.txt
-      - name: Build hivemind
-        run: |
-          pip install . --global-option=build_py --global-option="--buildgo" --no-use-pep517
-      - name: Test
-        run: |
-          cd tests
-          export HIVEMIND_MEMORY_SHARING_STRATEGY=file_descriptor
-          pytest -k "p2p" -v
-  codecov_in_develop_mode:
-
-    runs-on: ubuntu-latest
-    timeout-minutes: 15
-    steps:
-      - uses: actions/checkout@v2
-      - name: Set up Python
-        uses: actions/setup-python@v2
-        with:
-          python-version: '3.8'
-      - name: Cache dependencies
-        uses: actions/cache@v2
-        with:
-          path: ~/.cache/pip
-          key: Key-v1-3.8-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements-dev.txt') }}
-      - name: Install dependencies
-        run: |
-          python -m pip install --upgrade pip
-          pip install -r requirements.txt
-          pip install -r requirements-dev.txt
-      - name: Build hivemind
-        run: |
-          pip install -e . --no-use-pep517
       - name: Test
         run: |
-          export HIVEMIND_MEMORY_SHARING_STRATEGY=file_descriptor
-          pytest --cov hivemind -v tests
-      - name: Upload coverage to Codecov
-        uses: codecov/codecov-action@v1
+          echo 123