Skip to content

dependabot[bot] is running tests πŸš€ #435

dependabot[bot] is running tests πŸš€

dependabot[bot] is running tests πŸš€ #435

Workflow file for this run

name: Continuous Integration
run-name: ${{ github.actor }} is running tests πŸš€
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
- name: Run all the unit tests
working-directory: .
run: go test ./... -cover -v