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 aff1091
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 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,14 @@ 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
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 aff1091

Please sign in to comment.