File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159159 RUSTUP_IO_THREADS : 1
160160 with :
161161 operating_system : freebsd
162- version : ' 14.3 '
162+ version : ' 15.0 '
163163 memory : 8G
164164 cpu_count : 3
165165 environment_variables : ' DEBUG RUSTUP_IO_THREADS'
@@ -300,11 +300,12 @@ jobs:
300300 - run : docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
301301 if : ${{ contains(matrix.target, 'armv7') }}
302302 - name : Test bindings
303- uses : addnab /docker-run-action@v3
303+ uses : tj-actions /docker-run@v2
304304 with :
305305 image : ${{ steps.docker.outputs.IMAGE }}
306+ name : test-bindings-${{ matrix.target }}
306307 options : -v ${{ github.workspace }}:${{ github.workspace }} -w ${{ github.workspace }} --platform ${{ steps.docker.outputs.PLATFORM }}
307- run : yarn test
308+ args : yarn test
308309 test-wasi :
309310 name : Test WASI target
310311 needs :
You can’t perform that action at this time.
0 commit comments