mirror of
https://github.com/EchoVault/SugarDB.git
synced 2025-12-24 12:57:53 +08:00
improved docker test environment (#153)
* Test environment enhancement - @osteensco
This commit is contained in:
12
test_env/test_race/docker-compose.yaml
Normal file
12
test_env/test_race/docker-compose.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
# run from root dir
|
||||
services:
|
||||
test:
|
||||
build:
|
||||
context: ../..
|
||||
dockerfile: test_env/test_race/Dockerfile
|
||||
container_name: sugardb_test_env_test_race
|
||||
volumes:
|
||||
- ../../coverage/coverage.out:/testspace/coverage/coverage.out
|
||||
stdin_open: true
|
||||
tty: true
|
||||
|
||||
Reference in New Issue
Block a user