Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zachasme committed Nov 5, 2024
1 parent 52d03a5 commit 42b3321
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- name: Install pg_validate_extupgrade
run: cargo install --locked --git https://github.com/rjuju/pg_validate_extupgrade.git

- name: Install (& link) PostgreSQL
run: |
brew install postgresql@14
brew link postgresql@14
# - name: Install (& link) PostgreSQL
# run: |
# brew install postgresql@14
# brew link postgresql@14

- name: Generate
run: cmake -B build -DCMAKE_BUILD_TYPE=${{ matrix.config }}
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Prepare PostgreSQL
run: |
brew services start postgresql@14
createdb runner
PGDATA='/usr/local/var/postgres' createdb runner
- name: Test
run: ctest --test-dir build --output-on-failure --build-config ${{ matrix.config }}
Expand Down

0 comments on commit 42b3321

Please sign in to comment.