Skip to content

chore: fix typo in ci #275

chore: fix typo in ci

chore: fix typo in ci #275

Workflow file for this run

name: test
on:
push:
branches:
- master
- main
pull_request:
workflow_dispatch:
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: "1.20"
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: run unit tests
run: make test