summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rwxr-xr-xci/test-mill-0.5.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/ci/test-mill-0.5.sh b/ci/test-mill-0.5.sh
new file mode 100755
index 00000000..20c58c7f
--- /dev/null
+++ b/ci/test-mill-0.5.sh
@@ -0,0 +1,11 @@
+#!/usr/bin/env bash
+
+set -eux
+
+# Starting from scratch...
+git clean -xdf
+
+psql -c 'create database test_db;' -U postgres
+
+# Run tests that use a db
+mill -i contrib.flyway.test