Skip to content

Update bytemare/workflows digest to 17bd584 #56

Update bytemare/workflows digest to 17bd584

Update bytemare/workflows digest to 17bd584 #56

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.23', '1.22', '1.21' ]
uses: bytemare/workflows/.github/workflows/test-go.yml@a51b6a03a4e21423f303d6f1202fe55d4de75bc1
with:
command: cd .github && make test
version: ${{ matrix.go }}