We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00f78cd commit fcff5aeCopy full SHA for fcff5ae
docker-compose.yml
@@ -34,27 +34,6 @@ services:
34
# run the test from the mounted source
35
command: "bash -x /opt/introspector/test/run-all-tests.sh"
36
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
58
unit-tests:
59
restart: no
60
image: ghcr.io/meta-introspector/o1js/o1js-perf-recording:latest
0 commit comments