Skip to content

Commit

Permalink
Add GORM regression tests to CI (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
EinKrebs committed Jan 15, 2024
1 parent d93852e commit 5e0dac1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,17 @@ jobs:
POSTGRES_VERSION=14 make regress
POSTGRES_VERSION=15 make regress
gorm-regress:
name: Run regression tests with GORM
runs-on: ubuntu-latest
steps:

- name: Check out code
uses: actions/checkout@v3

- name: Run tests
run: make gorm_regress

feature_prepare:
name: feature_prepare
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5e0dac1

Please sign in to comment.