Skip to content

chore(parservX): add func invocation to snapshot tests #122

chore(parservX): add func invocation to snapshot tests

chore(parservX): add func invocation to snapshot tests #122

Workflow file for this run

name: Test
on:
push:
jobs:
scheduled:
runs-on: ubuntu-latest
steps:
- name: Check out this repo
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with: {go-version: '^1.16'}
- name: Download dependencies
run: go mod download
- name: Build
run: go build ./...
- name: Test
run: go test ./...