Skip to content

Commit

Permalink
chore: add dev command
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulrahman1s committed Jul 20, 2022
1 parent 8ad8de7 commit b158ac1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
start:
cargo run -r

dev:
cargo run

test:
cargo test -- -Z unstable-options --report-time
cargo test -r -- -Z unstable-options --report-time

dev:
setup:
docker run -e POSTGRES_PASSWORD=postgres -p 5432:5432 -d postgres
docker run -p 6379:6379 -d eqalpha/keydb

0 comments on commit b158ac1

Please sign in to comment.