Skip to content

Update bytemare/workflows digest to 6a1ecd6 #60

Update bytemare/workflows digest to 6a1ecd6

Update bytemare/workflows digest to 6a1ecd6 #60

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@5c0fe649ab43cb953a38c7547450f1294155edf1
with:
command: cd .github && make test
version: ${{ matrix.go }}