Skip to content

Changed github action tests to always run #15

Changed github action tests to always run

Changed github action tests to always run #15

Workflow file for this run

name: Unit Test Detection Tests
on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
jobs:
test:
name: Unit Test Detection Tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Run race detector
run: |
go test -race -covermode=atomic ./...