Skip to content

Add file attributes for JUnit Test Report #103

Add file attributes for JUnit Test Report

Add file attributes for JUnit Test Report #103

Workflow file for this run

name: Pull Request Tests
on:
pull_request:
paths-ignore:
- '**/*.md'
jobs:
test:
name: Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
- macos-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: actions/setup-go@v4
with:
go-version: 1.19
- run: go test -v ./...