Go: add RTJO language tests CI job

Triggered by adding label "Run: RTJO Language Tests"
This commit is contained in:
Nora Dimitrijević
2025-03-21 09:16:46 +01:00
parent ed801e7ab4
commit 659eaf88ff
3 changed files with 29 additions and 3 deletions

22
.github/workflows/go-tests-rtjo.yml vendored Normal file
View File

@@ -0,0 +1,22 @@
name: "Go: Run RTJO Tests"
on:
pull_request:
types:
- labeled
permissions:
contents: read
jobs:
test-linux:
if: "github.repository_owner == 'github' && github.event.label.name == 'Run: RTJO Language Tests'"
name: RTJO Test Linux (Ubuntu)
runs-on: ubuntu-latest-xl
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Run tests
uses: ./go/actions/test
with:
run-code-checks: true
dynamic-join-order-mode: all