Skip to content

Support shares on versions older than OpenTTD 14 / Protocol 3 #29

Support shares on versions older than OpenTTD 14 / Protocol 3

Support shares on versions older than OpenTTD 14 / Protocol 3 #29

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
strategy:
matrix:
go-version: [1.14.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Run Tests
run: go test -v ./...