Skip to content

Various updates and enhancements #13

Various updates and enhancements

Various updates and enhancements #13

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions: {}
jobs:
Test:
strategy:
fail-fast: false
matrix:
go: [ '1.22', '1.21' ]
uses: bytemare/workflows/.github/workflows/test-go.yml@232148ec449718765bacb8bd4684de41f15b8258
with:
command: cd .github && make test
version: ${{ matrix.go }}