Added opcode include checks to GitHub workflow. No code changes. (0.41.3)
This commit is contained in:
parent
be5f2b1981
commit
23c6d4e869
1 changed files with 3 additions and 0 deletions
3
.github/workflows/cmake-ubuntu-latest.yml
vendored
3
.github/workflows/cmake-ubuntu-latest.yml
vendored
|
|
@ -36,6 +36,9 @@ jobs:
|
|||
working-directory: ${{github.workspace}}/build
|
||||
run: ctest -C ${{env.BUILD_TYPE}}
|
||||
|
||||
- name: Run Opcode include checks.
|
||||
run: ./scripts/check_op_includes.py
|
||||
|
||||
- name: Run Examples
|
||||
run: ./scripts/run_examples.sh
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue