Skip to content

Commit

Permalink
drop tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Nov 18, 2024
1 parent 9fccef8 commit 1ee8d12
Showing 1 changed file with 0 additions and 43 deletions.
43 changes: 0 additions & 43 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,46 +233,3 @@ jobs:
name: build-artifacts-${{ matrix.build_target }}
path: |
/output
test:
name: Test
needs: [build]
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
include:
- build_target: linux64
- build_target: linux64_sqlite
- build_target: linux64_tsan
- build_target: linux64_ubsan
- build_target: linux64_multiprocess
container:
image: ghcr.io/${{ needs.build-image.outputs.repo-name }}/dashcore-ci-runner:${{ needs.build-image.outputs.image-tag }}
options: --user root
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Download build artifacts
uses: actions/download-artifact@v4
with:
name: build-artifacts-${{ matrix.build_target }}
path: /output

- name: Run Integration Tests
run: |
git config --global --add safe.directory "$PWD"
BUILD_TARGET="${{ matrix.build_target }}"
source ./ci/dash/matrix.sh
./ci/dash/test_integrationtests.sh --extended --exclude feature_pruning,feature_dbcrash
shell: bash

- name: Upload Test Logs
uses: actions/upload-artifact@v4
with:
name: test-logs-${{ matrix.build_target }}
path: |
testlogs

0 comments on commit 1ee8d12

Please sign in to comment.