Skip to content

Get SaveFiles working and input API coverage to 100% #32

Get SaveFiles working and input API coverage to 100%

Get SaveFiles working and input API coverage to 100% #32

Workflow file for this run

name: Tests
on: [push, pull_request]
permissions:
contents: read
jobs:
tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
go-version: ['1.19.x', 'stable']
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: WillAbides/setup-go-faster@v1
with:
go-version: ${{ matrix.go-version }}
- name: Tests
run: go test ./...