Added parallel testing for GitHub actions

This commit is contained in:
Constantin Graf
2024-03-21 21:28:28 +01:00
parent 4edfa7e941
commit 06c7314b1f
8 changed files with 123 additions and 5 deletions
+2
View File
@@ -0,0 +1,2 @@
SELECT 'CREATE DATABASE testing'
WHERE NOT EXISTS (SELECT FROM pg_database WHERE datname = 'testing')\gexec