summaryrefslogblamecommitdiff
path: root/ci/test-mill-0.5.sh
blob: 20c58c7f9cc85c6c7f9ba65e29fdb967b1737039 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
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