Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit99a431b

Browse files
committed
split
1 parent667ac99 commit99a431b

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)

[8]ページ先頭

©2009-2025 Movatter.jp