Skip to content

Merge pull request #7 from occrp/renovate/actions-checkout-4.x #25

Merge pull request #7 from occrp/renovate/actions-checkout-4.x

Merge pull request #7 from occrp/renovate/actions-checkout-4.x #25

Workflow file for this run

name: Tests
on:
push:
pull_request:
types: [opened, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- uses: actions/setup-go@v3
with:
go-version: '1.22'
- name: Run tests
run: go test -v ./...