5 lines
136 B
Bash
Executable file
5 lines
136 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
export BABASHKA_FEATURE_JDBC=true
|
|
export BABASHKA_FEATURE_POSTGRESQL=true
|
|
lein test :only babashka.postgresql-test
|