Skip to content

[goroutines] Remove concClient, make tests & standard functionality c… #178

[goroutines] Remove concClient, make tests & standard functionality c…

[goroutines] Remove concClient, make tests & standard functionality c… #178

Workflow file for this run

env:
GIT_SHA: ${{ github.event.pull_request.head.sha || github.sha }}
name: "Go Unit Tests"
on:
pull_request:
types: [ labeled, opened, synchronize, reopened, auto_merge_enabled ]
push:
branches:
- main
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ env.GIT_SHA }}
- uses: ./.github/actions/run-go-tests