Skip to content

Commit

Permalink
chore: add ceresdb binary in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
chunshao90 committed Jul 5, 2023
1 parent c9197f5 commit 3e130b0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ loaders: tsbs_load \
tsbs_load_siridb \
tsbs_load_timescaledb \
tsbs_load_victoriametrics \
tsbs_load_questdb
tsbs_load_questdb \
tsbs_load_ceresdb

runners: tsbs_run_queries_akumuli \
tsbs_run_queries_cassandra \
Expand All @@ -38,7 +39,8 @@ runners: tsbs_run_queries_akumuli \
tsbs_run_queries_timescaledb \
tsbs_run_queries_timestream \
tsbs_run_queries_victoriametrics \
tsbs_run_queries_questdb
tsbs_run_queries_questdb \
tsbs_run_queries_ceresdb

test:
$(GOTEST) -v ./...
Expand Down

0 comments on commit 3e130b0

Please sign in to comment.