flightaware / Pgtcl

Tcl client side interface to PostgreSQL (libpgtcl)
https://flightaware.github.io/Pgtcl/
BSD 3-Clause "New" or "Revised" License
31 stars 10 forks source link

Run unit tests against dummy database during Github Actions builds #31

Open bovine opened 5 years ago

bovine commented 5 years ago

This will involve updating the .github/workflows/*.yml files to actually install postgresql-server, configure a dummy database, setup user credentials, and then run the make test target.

bovine commented 5 months ago

internal ref: BCK-9473