Skip to content

Commit

Permalink
enable assertions in ssl 1.1 test
Browse files Browse the repository at this point in the history
  • Loading branch information
dutow committed Jan 24, 2024
1 parent a2e3ff3 commit 103e654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/postgresql-16-src-make-ssl11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Build postgres
run: |
./configure --with-openssl --enable-tap-tests=no
./configure --with-openssl --enable-tap-tests=no --enable-cassert
make -j
sudo make install
working-directory: src
Expand Down

0 comments on commit 103e654

Please sign in to comment.