summaryrefslogtreecommitdiff
path: root/ci/test-mill-0.5.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/test-mill-0.5.sh')
-rwxr-xr-xci/test-mill-0.5.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/ci/test-mill-0.5.sh b/ci/test-mill-0.5.sh
deleted file mode 100755
index 20c58c7f..00000000
--- a/ci/test-mill-0.5.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/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