Skip to content

ci: Test the matrix workflow update #32

ci: Test the matrix workflow update

ci: Test the matrix workflow update #32

Workflow file for this run

name: Test
on:
workflow_call:
pull_request:
types:
- opened
- synchronize
- reopened
branches:
- main
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go 1.22
uses: actions/setup-go@v5
with:
go-version: 1.22
id: go
- name: Test
shell: bash
run: |
set -o pipefail
echo "# Testing the loadbalancer :rocket:" >> $GITHUB_STEP_SUMMARY
go test -v -cover >> $GITHUB_STEP_SUMMARY