Skip to content
Snippets Groups Projects
Commit 3ab37531 authored by Bolke de Bruin's avatar Bolke de Bruin
Browse files

Merge branch 'master' of https://github.com/bolkedebruin/rdpgw

parents fab7da07 68def991
Branches
Tags
No related merge requests found
name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.14
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Build
run: go build -v .
- name: Test
run: go test -v .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment