Skip to content

Commit 5e0dac1

Browse files
authored
Add GORM regression tests to CI (#404)
1 parent d93852e commit 5e0dac1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/tests.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,17 @@ jobs:
4949
POSTGRES_VERSION=14 make regress
5050
POSTGRES_VERSION=15 make regress
5151
52+
gorm-regress:
53+
name: Run regression tests with GORM
54+
runs-on: ubuntu-latest
55+
steps:
56+
57+
- name: Check out code
58+
uses: actions/checkout@v3
59+
60+
- name: Run tests
61+
run: make gorm_regress
62+
5263
feature_prepare:
5364
name: feature_prepare
5465
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)