Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Update bytemare/workflows digest to 02175f0 #44

Update bytemare/workflows digest to 02175f0

Update bytemare/workflows digest to 02175f0 #44

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