Skip to content

Commit

Permalink
ci: run tests in github actions WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Sep 27, 2024
1 parent 2412801 commit d1569ab
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ jobs:
path: |
/output
# Come back to this later and implement tests :)
test:
name: Test
Expand All @@ -205,14 +204,14 @@ jobs:
- name: Download build artifacts
uses: actions/download-artifact@v4
with:
name: build-artifacts-${{ matrix.build_targert }}
name: build-artifacts-${{ matrix.build_target }}
path: src/

- name: Setup environment
run: |
echo "BUILD_TARGET=${{ needs.build.matrix.build_target }}"
source ./ci/dash/matrix.sh
- name: Setup environment
run: |
echo "BUILD_TARGET=${{ needs.build.matrix.build_target }}"
source ./ci/dash/matrix.sh
- name: Run integration tests
run: ./ci/dash/test_integrationtests.sh --extended --exclude feature_pruning,feature_dbcrash
- name: Run integration tests
run: ./ci/dash/test_integrationtests.sh --extended --exclude feature_pruning,feature_dbcrash

0 comments on commit d1569ab

Please sign in to comment.