Skip to content

Commit

Permalink
unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Sep 27, 2024
1 parent 00f78cd commit fcff5ae
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fcff5ae

Please sign in to comment.