Skip to content

chore(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3 #34

chore(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3

chore(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3 #34

Workflow file for this run

name: tests
on:
pull_request:
branches:
- main
types: [opened, reopened, synchronize]
jobs:
unit-test:
name: unit-test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.2.0
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run unit-tests
run: make test