Skip to content

Prep for v0.0.18

Prep for v0.0.18 #65

Workflow file for this run

name: Linux
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...
- name: Functional tests
run: git clone https://github.com/relaxnow/vcgopkg-functional-test-suite.git test && cd test && ./test.sh