Skip to content

Update bytemare/workflows digest to c03c82e #14

Update bytemare/workflows digest to c03c82e

Update bytemare/workflows digest to c03c82e #14

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