Skip to content

Merge pull request #236 from kubernetes-csi/dependabot/github_actions… #594

Merge pull request #236 from kubernetes-csi/dependabot/github_actions…

Merge pull request #236 from kubernetes-csi/dependabot/github_actions… #594

Workflow file for this run

name: MacOS tests
on:
pull_request: {}
push: {}
jobs:
build:
name: Build
runs-on: macos-latest
steps:
- name: Set up Go 1.x
uses: actions/[email protected]
with:
go-version: ^1.18
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Build Test
run: |
make
- name: Run unit tests on MacOS
run: go test -v -race ./pkg/...