Skip to content

build: modernize toolchain, linting, and extension handling #108

build: modernize toolchain, linting, and extension handling

build: modernize toolchain, linting, and extension handling #108

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: ./.github/actions/setup
- run: |
go test -race -covermode=atomic -coverprofile=coverage.txt ./ ./cmd/... ./extensions/...
make test/bench test/lint
- uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0