Skip to content

Double the send snapshot interval #649

Double the send snapshot interval

Double the send snapshot interval #649

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
strategy:
matrix:
go-version: [1.22.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Linux packages
if: matrix.os == 'ubuntu-latest'
run: sudo apt install -y --no-install-recommends zfsutils-linux
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v4
- name: Test
run: go test -v -timeout 1m ./...