Skip to content

Commit

Permalink
run test on NetBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Mar 6, 2024
1 parent b408db8 commit 05a4e6e
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,23 +61,22 @@ jobs:
su action -c 'go test -parallel 1 -race ./...'
# NetBSD
# TODO: fix me
# netbsd:
# runs-on: "ubuntu-22.04"
# timeout-minutes: 30
# name: test (netbsd, 1.21)
# steps:
# - uses: "actions/checkout@v3"
# - name: "test (netbsd, 1.21)"
# id: "netbsd"
# uses: "vmactions/netbsd-vm@v1"
# with:
# prepare: pkg_add go
# run: |
# go121 version
# useradd -mG wheel action
# FSNOTIFY_BUFFER=4096 su action -c 'go121 test -parallel 1 -race ./...'
# su action -c 'go121 test -parallel 1 -race ./...'
netbsd:
runs-on: "ubuntu-22.04"
timeout-minutes: 30
name: test (netbsd, 1.21)
steps:
- uses: "actions/checkout@v3"
- name: "test (netbsd, 1.21)"
id: "netbsd"
uses: "vmactions/netbsd-vm@v1"
with:
prepare: pkg_add go
run: |
go121 version
useradd -mG wheel action
FSNOTIFY_BUFFER=4096 su action -c 'go121 test -parallel 1 -race ./...'
su action -c 'go121 test -parallel 1 -race ./...'
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 05a4e6e

Please sign in to comment.