Skip to content

Commit

Permalink
with ssl compile-in from libpq we now require openssl crate
Browse files Browse the repository at this point in the history
  • Loading branch information
clux committed Apr 24, 2019
1 parent 226a2e4 commit 28e1e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ clean-builds:
sudo rm -f test/dieselsqlitecrate/main.db
clean: clean-docker clean-lock clean-builds

test: test-plain test-ssl test-pq test-serde test-curl test-zlib test-hyper test-dieselpg test-dieselsqlite
test: test-plain test-ssl test-pq test-serde test-curl test-zlib test-hyper test-dieselpgssl test-dieselsqlite
.PHONY: test-plain test-ssl test-pq test-rocket test-serde test-curl test-zlib test-hyper test-dieselpg test-dieselsqlite

0 comments on commit 28e1e4c

Please sign in to comment.