Skip to content

Updated Belgium rule to allow 1-prefixed VAT #33

Updated Belgium rule to allow 1-prefixed VAT

Updated Belgium rule to allow 1-prefixed VAT #33

Workflow file for this run

on: [ push, pull_request ]
name: Test
jobs:
Build:
strategy:
matrix:
go-version: [ 1.16.x, 1.17.x ]
platform: [ ubuntu-latest, windows-latest ]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: ${{ matrix.go-version }}
- name: Fetch Repository
uses: actions/checkout@v2
- name: Run Test
run: go test ./... -v -race