adding a testing environment
Some checks failed
Build / build (push) Successful in 1m59s
Test / build_and_test (push) Has been cancelled

This commit is contained in:
2026-03-11 13:54:17 +01:00
parent 15cd8d143c
commit f674a45e9b
4 changed files with 26 additions and 2 deletions

6
test/environment/docker-compose.yaml git.filemode.normal_file
View File

@@ -0,0 +1,6 @@
services:
ubuntu-shell:
build: .
mem_limit: ${MEM_LIMIT:-8g}
stdin_open: true
tty: true