Skip to content

Commit

Permalink
Improved CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jul 3, 2024
1 parent 101a16f commit 9fe1fa5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,8 @@ jobs:
sudo make install
- run: g++ -std=c++17 -Wall -Wextra -Werror -o test/pqxx test/pqxx_test.cpp -lpqxx -lpq
- run: test/pqxx

# test install
- run: cmake -S . -B build
- run: cmake --build build
- run: sudo cmake --install build

0 comments on commit 9fe1fa5

Please sign in to comment.