Skip to content

Add c6id and r6id limits to volume_limits.go #2

Add c6id and r6id limits to volume_limits.go

Add c6id and r6id limits to volume_limits.go #2

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- master
pull_request:
jobs:
buildx:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Run tests
run: |
go test -v ./cmd/... ./pkg/...