Skip to content

fix: update rig to v0.21.2 to prioritize keyPath over ssh-agent #577

fix: update rig to v0.21.2 to prioritize keyPath over ssh-agent

fix: update rig to v0.21.2 to prioritize keyPath over ssh-agent #577

Workflow file for this run

name: Go unit tests
on:
pull_request:
paths:
- '**.go'
- go.mod
- go.sum
- Makefile
jobs:
unit-test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Unit Tests
run: make unit-test
env:
TEST_FLAGS: -short