Skip to content

Running tests

Running tests #1

Workflow file for this run

name: test
run-name: Running tests
on: [push]
jobs:
tests:
strategy:

Check failure on line 6 in .github/workflows/test.yaml

View workflow run for this annotation

GitHub Actions / test

Invalid workflow file

The workflow is not valid. .github/workflows/test.yaml (Line: 6, Col: 5): Required property is missing: runs-on
matrix:
go-version:
- '1.21.0'
- '1.20.7'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- run: go version