improved docker test environment (#153)

* Test environment enhancement - @osteensco
This commit is contained in:
osteensco
2024-11-26 06:20:01 -06:00
committed by GitHub
parent 64ef34fa81
commit 3b15061dbc
11 changed files with 9813 additions and 9368 deletions

View File

@@ -0,0 +1,12 @@
# run from root dir
services:
test:
build:
context: ../..
dockerfile: test_env/test/Dockerfile
container_name: sugardb_test_env_test
volumes:
- ../../coverage/coverage.out:/testspace/coverage/coverage.out
stdin_open: true
tty: true