Skip to content

Commit eb59109

Browse files
committed
CI/CD: adjust shm-size
1 parent 2dcd961 commit eb59109

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- name: Build Docker container
2828
run: docker build -t local docker/${{ matrix.shmem }}/
2929
- name: run shmem4py test-1
30-
run: docker run --shm-size 128mb -v $PWD:/repo -w/repo local /bin/bash -c "pip install . && make test-1 opt=-v"
30+
run: docker run -v $PWD:/repo -w/repo local /bin/bash -c "pip install . && make test-1 opt=-v"
3131
- name: run shmem4py test-2
32-
run: docker run --shm-size 128mb -v $PWD:/repo -w/repo local /bin/bash -c "pip install . && make test-2 opt=-v"
32+
run: docker run -v $PWD:/repo -w/repo local /bin/bash -c "pip install . && make test-2 opt=-v"
3333
- name: clean docker cache
3434
run: docker image prune --all --force --filter "until=168h"

0 commit comments

Comments
 (0)