Skip to content

💝 Dropping redundant variant suffix from test names #1168

💝 Dropping redundant variant suffix from test names

💝 Dropping redundant variant suffix from test names #1168

Workflow file for this run

name: Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
go-unit-tests:
name: Go unit tests
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Setup Golang
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run unit tests
run: make unit-tests