File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ jobs:
180180 RUSTUP_IO_THREADS : 1
181181 with :
182182 operating_system : freebsd
183- version : ' 14.3 '
183+ version : ' 15.0 '
184184 memory : 8G
185185 cpu_count : 3
186186 environment_variables : ' DEBUG RUSTUP_IO_THREADS'
@@ -321,11 +321,12 @@ jobs:
321321 - run : docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
322322 if : ${{ contains(matrix.target, 'armv7') }}
323323 - name : Test bindings
324- uses : addnab /docker-run-action@v3
324+ uses : tj-actions /docker-run@v2
325325 with :
326326 image : ${{ steps.docker.outputs.IMAGE }}
327+ name : test-binding
327328 options : -v ${{ steps.docker.outputs.PNPM_STORE_PATH }}:${{ steps.docker.outputs.PNPM_STORE_PATH }} -v ${{ github.workspace }}:${{ github.workspace }} -w ${{ github.workspace }} --platform ${{ steps.docker.outputs.PLATFORM }}
328- run : npm run test
329+ args : npm run test
329330 test-wasi :
330331 name : Test WASI target
331332 needs :
You can’t perform that action at this time.
0 commit comments