Skip to content

Fix for non-vendor Go code #71

Fix for non-vendor Go code

Fix for non-vendor Go code #71

Workflow file for this run

name: Windows
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: windows-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: Get Functional Tests
run: git clone https://github.com/relaxnow/vcgopkg-functional-test-suite.git test
- name: Functional tests
run: test\test.ps1