Updates to enable userspace ASAN for selftests/bpf on BPF CI #329
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "Test actions" | |
| on: | |
| workflow_dispatch: | |
| pull_request: | |
| push: | |
| branches: | |
| - master | |
| jobs: | |
| test_run_vmtest: | |
| name: Test run-vmtest | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repository | |
| uses: actions/checkout@v4 | |
| - name: Execute run-vmtest/tests | |
| run: ./run-vmtest/tests/run-all-tests.sh |