Skip to content
Snippets Groups Projects
Commit d7537e93 authored by florian's avatar florian
Browse files

MAINT: Add caosdb_client.json for tests

parent 977df490
No related branches found
No related tags found
1 merge request!7ENH: Implement queries and entity retrieval
......@@ -100,6 +100,7 @@ test:
script:
- .docker/install_cpplib.sh
- export LD_LIBRARY_PATH=/root/.local/lib:$LD_LIBRARY_PATH
- export CAOSDB_CLIENT_CONFIGURATION=$(pwd)/.docker/caosdb_client.json
# Let's run the tests. Substitute `coverage = false` below, if you
# do not want coverage results.
- julia -e 'using Pkg; Pkg.add(path=pwd());
......
......@@ -216,4 +216,6 @@ include("Connection.jl")
module Entity end
module Transaction end
end # CaosDB
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment