Before you can run tests, you must setup the development environment.
Set the following environment variables to tell the test suite where your test database is:
export SQEDULE_DB_TYPE=postgresql
export SQEDULE_DB_CONNECTION="dbname=sqedule_test"
Then run:
go test ./...