Skip to content

Commit 2fffa9d

Browse files
authored
Merge pull request #19781 from github/redsun82/go-internal-tests
Go: remove language tests from workflows
2 parents 33a2801 + 72bfbac commit 2fffa9d

File tree

4 files changed

+1
-85
lines changed

4 files changed

+1
-85
lines changed

.github/workflows/go-tests-other-os.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/workflows/go-tests-rtjo.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/workflows/go-tests.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,9 @@
11
name: "Go: Run Tests"
22
on:
3-
push:
4-
paths:
5-
- "go/**"
6-
- "!go/documentation/**"
7-
- "shared/**"
8-
- .github/workflows/go-tests.yml
9-
- .github/actions/**
10-
- codeql-workspace.yml
11-
branches:
12-
- main
13-
- "rc/*"
143
pull_request:
154
paths:
165
- "go/**"
17-
- "!go/documentation/**"
6+
- "!go/documentation/**"
187
- "shared/**"
198
- .github/workflows/go-tests.yml
209
- .github/actions/**

go/actions/test/action.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ inputs:
99
description: Whether to run formatting, code and qhelp generation checks
1010
required: false
1111
default: false
12-
dynamic-join-order-mode:
13-
description: Value of the --dynamic-join-order-mode flag to pass to the codeql test command
14-
required: false
15-
default: "none"
1612
runs:
1713
using: composite
1814
steps:
@@ -67,15 +63,3 @@ runs:
6763
with:
6864
name: qhelp-markdown
6965
path: go/qhelp-out/**/*.md
70-
71-
- name: Cache compilation cache
72-
id: query-cache
73-
uses: ./.github/actions/cache-query-compilation
74-
with:
75-
key: go-qltest
76-
77-
- name: Test
78-
shell: bash
79-
run: |
80-
cd go
81-
make test cache="${{ steps.query-cache.outputs.cache-dir }}" rtjo=${{ inputs.dynamic-join-order-mode }}

0 commit comments

Comments
 (0)