Skip to content

Commit 0d17cc7

Browse files
committed
Run more tests
1 parent 0acf194 commit 0d17cc7

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,12 @@ jobs:
4646
- name: Run the internal sibernetic tests
4747
run: |
4848
./stop.sh
49-
./run-tests.sh -quick
49+
./run-tests.sh
50+
51+
- name: Run the Docker image with a long worm simulation
52+
run: |
53+
./stop.sh
54+
./run.sh -d 150 # temp longer simulation for testing
5055
5156
- name: Info on generated files
5257
run: |

run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ docker run -d \
1515
--privileged \
1616
-v $HOST_OUT_DIR:$OW_OUT_DIR:rw \
1717
openworm/openworm:$version \
18-
bash -c "cd /home/ow/sibernetic && time ./run_opencl_tests.sh -quick && ls -alt /home/ow/sibernetic/simulations && cp -R /home/ow/sibernetic/simulations/* $OW_OUT_DIR/output"
18+
bash -c "cd /home/ow/sibernetic && time ./test.sh && ls -alt /home/ow/sibernetic/simulations && cp -R /home/ow/sibernetic/simulations/* $OW_OUT_DIR/output"
1919

2020
echo "Set running running Docker container with Sibernetic in detached mode. Attaching to logs now..."
2121

0 commit comments

Comments
 (0)