Skip to content

Commit

Permalink
Enable check-world on CI
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Kasko <[email protected]>
  • Loading branch information
staticlibs committed Oct 23, 2023
1 parent 528db06 commit 6743b9e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,17 @@ jobs:
steps:
- name: clone-repository
uses: actions/checkout@v2
- name: install-dependencies
run: |
sudo apt update --fix-missing -y
sudo apt install -y libipc-run-perl
- name: build-postgres
run: |
./configure
make world-bin -j8 COPT='-Werror'
./configure --with-icu --enable-cassert --enable-tap-tests
make world-bin -j8 COPT='-Werror -Wno-error=maybe-uninitialized'
- name: run-tests
run: |
make check -j8
make check-world
- name: upload-test-summary
if: failure()
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 6743b9e

Please sign in to comment.