Skip to content

Commit fcff5ae

Browse files
author
mike dupont
committed
unit tests
1 parent 00f78cd commit fcff5ae

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

docker-compose.yml

-21
Original file line numberDiff line numberDiff line change
@@ -34,27 +34,6 @@ services:
3434
# run the test from the mounted source
3535
command: "bash -x /opt/introspector/test/run-all-tests.sh"
3636

37-
38-
unit-tests:
39-
restart: no
40-
image: ghcr.io/meta-introspector/o1js/o1js-perf-recording:latest
41-
privileged: true
42-
environment:
43-
- PROOF_LEVEL=full
44-
- LOG_LEVEL=Debug
45-
- TESTS=${TESTS}
46-
working_dir: /app
47-
# mount the source
48-
volumes:
49-
- type: bind
50-
source: "/home/runner/work/o1js/o1js/"
51-
target: "/opt/introspector/test/"
52-
cap_add:
53-
- SYS_PTRACE
54-
- SYS_ADMIN
55-
# run the test from the mounted source
56-
command: "bash -x /opt/introspector/test/run-all-tests.sh"
57-
5837
unit-tests:
5938
restart: no
6039
image: ghcr.io/meta-introspector/o1js/o1js-perf-recording:latest

0 commit comments

Comments
 (0)