Skip to content

osfs: max out defaultDirectoryMode so umask applies correctly #225

osfs: max out defaultDirectoryMode so umask applies correctly

osfs: max out defaultDirectoryMode so umask applies correctly #225

Workflow file for this run

name: Test wasip1
on:
push:
branches: [ "master", "main" ]
pull_request:
permissions: {}
jobs:
test:
strategy:
matrix:
go-version: [1.23.x,1.24.x]
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install Go
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
with:
go-version: ${{ matrix.go-version }}
- name: Install wasirun
run: |
go install github.com/stealthrocket/wasi-go/cmd/wasirun@latest
- name: Test
run: make wasitest