Skip to content

Commit

Permalink
Update demo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HUUTFJ authored Mar 9, 2024
1 parent d24f55d commit 653efa1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
repository: HUUTFJ/pg_follower
path: postgres/contrib/pg_follower
- name: Build pg_follower
run: make -j4
- name: Run test
run: make check
run: |
cd postgres/contrib/pg_follower
make -j4
- name: Ttest pg_follower
run: |
cd postgres/contrib/pg_follower
make check

0 comments on commit 653efa1

Please sign in to comment.