From fcff5ae18ad09e32c29972e9cb74d3d1695c2396 Mon Sep 17 00:00:00 2001 From: mike dupont Date: Fri, 27 Sep 2024 12:00:44 -0400 Subject: [PATCH] unit tests --- docker-compose.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index d2aa28094..c4a3edfd8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -34,27 +34,6 @@ services: # run the test from the mounted source command: "bash -x /opt/introspector/test/run-all-tests.sh" - - unit-tests: - restart: no - image: ghcr.io/meta-introspector/o1js/o1js-perf-recording:latest - privileged: true - environment: - - PROOF_LEVEL=full - - LOG_LEVEL=Debug - - TESTS=${TESTS} - working_dir: /app - # mount the source - volumes: - - type: bind - source: "/home/runner/work/o1js/o1js/" - target: "/opt/introspector/test/" - cap_add: - - SYS_PTRACE - - SYS_ADMIN - # run the test from the mounted source - command: "bash -x /opt/introspector/test/run-all-tests.sh" - unit-tests: restart: no image: ghcr.io/meta-introspector/o1js/o1js-perf-recording:latest