mirror of
https://github.com/EchoVault/SugarDB.git
synced 2025-09-26 20:11:15 +08:00
13 lines
296 B
YAML
13 lines
296 B
YAML
# 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
|
|
|