Skip to content

Bump golang.org/x/sync from 0.3.0 to 0.4.0 #29

Bump golang.org/x/sync from 0.3.0 to 0.4.0

Bump golang.org/x/sync from 0.3.0 to 0.4.0 #29

Workflow file for this run

name: GinaCmdTest
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
unit_test:
name: Unit test (linux)
strategy:
matrix:
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "1"
check-latest: true
- name: Run tests with coverage report output
run: go test ./cmd/gina/... -coverprofile=coverage.out