Skip to content

Commit

Permalink
update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 committed Mar 22, 2024
1 parent 5d902e1 commit a05bb1d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ cli-test:
cd $(DIR)/sqlness-cli; cargo run -- -t mysql -c tests/mysql -i 127.0.0.1 -p 3306 -u root -P 1a2b3c -d public
cd $(DIR)/sqlness-cli; cargo run -- -t postgresql -c tests/postgresql -i 127.0.0.1 -p 5432 -u postgres -P postgres -d postgres

example: good-example bad-example

good-example: basic-example interceptor-arg-example interceptor-replace-example interceptor-sort-result-example interceptor-env-example

basic-example:
cd $(DIR)/sqlness; cargo run --example basic

interceptor-example:
cd $(DIR)/sqlness; cargo run --example interceptor

bad-example:
cd $(DIR)/sqlness; cargo run --example bad

interceptor-example:
cd $(DIR)/sqlness; cargo run --example interceptor
good-example: basic-example interceptor-example

example: good-example bad-example

0 comments on commit a05bb1d

Please sign in to comment.