Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bwinf
medal
Commits
3cb05059
Commit
3cb05059
authored
Feb 24, 2020
by
Robert Czechowski
Browse files
Add make target pgdebug for postgres testing
parent
c1842174
Pipeline
#430
passed with stages
in 30 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
3cb05059
debug
:
src/db_conn_postgres.rs
RUST_BACKTRACE
=
1 cargo run
--features
'watch debug'
--
-a
pgdebug
:
src/db_conn_postgres.rs
RUST_BACKTRACE
=
1 cargo run
--features
'watch debug postgres'
--
-a
-D
'postgres://medal:medal@localhost/medal'
test
:
src/db_conn_postgres.rs
RUST_BACKTRACE
=
1 cargo
test
--features
'complete debug'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment