onemoredata / bagger

Massive log storage in PostgreSQL
BSD 2-Clause "Simplified" License
9 stars 0 forks source link

Set up CI solution #90

Open einhverfr opened 8 months ago

einhverfr commented 8 months ago

We should look at setting up a CI solution here.

einhverfr commented 8 months ago

The command line I currently use to run testing locally is:

BAGGER_TEST_LW=1 BAGGER_TEST_LW_DB=test BAGGER_TEST_LW_PORT=5433 BAGGER_TEST_LW_USER=postgres BAGGER_TEST_ETCD=1 BAGGER_TEST_ETCD_PORT=12345 make test