Skip to content

ssh_config "=" means no comment at the end of the line #92 #116

ssh_config "=" means no comment at the end of the line #92

ssh_config "=" means no comment at the end of the line #92 #116

Workflow file for this run

name: Go test trzsz-ssh
on: [push]
jobs:
go-test-on-linux:
runs-on: ubuntu-latest
steps:
- name: Checkout trzsz-ssh
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
- name: go test
run: go test -v -count=1 ./tssh
go-test-on-macos:
runs-on: macos-latest
steps:
- name: Checkout trzsz-ssh
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
- name: go test
run: go test -v -count=1 ./tssh
go-test-on-windows:
runs-on: windows-latest
steps:
- name: Checkout trzsz-ssh
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
- name: go test
run: go test -v -count=1 ./tssh