Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 335 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 335 Bytes

Start db

cd docker
docker-compose up

Wait for the db to be live before running the test.

Build the rust code for alpine

docker build -t test .

Run the test

docker run --network=docker_tib -e JDBC_URL="jdbc:sqlserver://db:1433;databaseName=master;user=sa;password=Somepassword#123" test