Skip to content

Commit 2c213bf

Browse files
unicod3hanyuancheungMrAlias
authored
Restructure compatibility testing (#3779)
* Restructure compatibility testing * Add PR number into Changelog * Keep the original name for compatibility matrix * Remove changelog entry * Apply suggestions --------- Co-authored-by: Chester Cheung <[email protected]> Co-authored-by: Tyler Yahn <[email protected]>
1 parent 071d317 commit 2c213bf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,3 +150,12 @@ jobs:
150150
env:
151151
GOARCH: ${{ matrix.arch }}
152152
run: make test-short
153+
154+
test-compatibility:
155+
runs-on: ubuntu-latest
156+
needs: [compatibility-test]
157+
steps:
158+
- name: Test if compatibility-test passed
159+
run: |
160+
echo ${{ needs.compatibility-test.result }}
161+
test ${{ needs.compatibility-test.result }} == "success"

0 commit comments

Comments
 (0)