Skip to content

Commit

Permalink
Run interpreter integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gnurizen committed Nov 19, 2024
1 parent f71c12c commit 3bd3244
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/unit-test-on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,17 @@ jobs:
*) echo >&2 "bug: bad arch selected"; exit 1;;
esac
support/run-tests.sh ${{ matrix.kernel }}
interpreter-integration-tests:
name: Interpreter integration
runs-on: ubuntu-24.04
strategy:
matrix:
target_arch: [amd64, arm64]
steps:
- name: Clone code
uses: actions/checkout@v4
- name: Set up environment
uses: ./.github/workflows/env
- name: Test interpreter integration
run: |
sudo go test ./interpreter/... -v -run TestIntegration

0 comments on commit 3bd3244

Please sign in to comment.