Skip to content

Improve cross-platform support (#115) #310

Improve cross-platform support (#115)

Improve cross-platform support (#115) #310

Workflow file for this run

name: 🚀 🐹 Go Publish
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Build
working-directory: ./cycletls
run: go build -v ./...
- name: Test
working-directory: ./cycletls
run: go test -v ./...