Skip to content

Merge pull request #5 from speakeasy-api/fix/eof-marker #19

Merge pull request #5 from speakeasy-api/fix/eof-marker

Merge pull request #5 from speakeasy-api/fix/eof-marker #19

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
name: Tests
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run tests
run: go test -race -count=1 ./...