Skip to content

Commit 99a431b

Browse files
committed
split
1 parent 667ac99 commit 99a431b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,17 @@ jobs:
6666
git checkout $GITHUB_SHA
6767
echo "\q" | cargo pgrx run
6868
psql -p 28816 -h localhost -d pgml -P pager -c "ALTER EXTENSION pgml UPDATE;"
69-
- name: Run tests
69+
- name: Unit tests
7070
env:
7171
CI_BRANCH: ${{ steps.current_version.outputs.CI_BRANCH }}
7272
if: steps.pgml_extension_changed.outputs.PGML_EXTENSION_CHANGED_FILES != '0'
7373
run: |
7474
cargo pgrx test
75+
- name: Integration tests
76+
env:
77+
CI_BRANCH: ${{ steps.current_version.outputs.CI_BRANCH }}
78+
if: steps.pgml_extension_changed.outputs.PGML_EXTENSION_CHANGED_FILES != '0'
79+
run: |
7580
cargo pgrx start
7681
psql -p 28816 -h 127.0.0.1 -d pgml -P pager -f tests/test.sql
7782
cargo pgrx stop

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy