Skip to content

Update submodules and runner version. #181

Update submodules and runner version.

Update submodules and runner version. #181

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1
- name: ccache
uses: hendrikmuhs/ccache-action@v1
with:
key: ${{ matrix.os }}
max-size: 1000M
- name: Install
run: |
./do_install.sh RUN_CI=ON
- name: Test with CMake
run: |
cd modules/p4c/build
ctest -j4 -R toz3-validate --output-on-failure --schedule-random