Skip to content

race test 빠진 거 추가 #3

race test 빠진 거 추가

race test 빠진 거 추가 #3

Workflow file for this run

name: Tests
on:
push:
tags:
branches:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.18
- name: Test
run: go test -v ./...