1
0
Fork 0
forked from fun/fun

Added opcode include checks to GitHub workflow. No code changes. (0.41.3)

This commit is contained in:
Johannes Findeisen 2026-04-27 03:20:54 +02:00
commit 23c6d4e869

View file

@ -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