Skip to content

Add CI job for running query tests #2

Add CI job for running query tests

Add CI job for running query tests #2

Workflow file for this run

name: CodeQL queries test
on:
pull_request:
push:
branches:
- main
jobs:
test:
name: Run CodeQL query tests
runs-on: ubuntu-latest
steps:
- id: init
uses: github/codeql-action/init@v3
- name: Run tests
run: |
${{ steps.init.outputs.codeql-path }} test run ../cpp/test/
${{ steps.init.outputs.codeql-path }} test run ../go/test/