Skip to content

Bump robherley/go-test-action from 0.4.1 to 0.5.0 in the actions group #301

Bump robherley/go-test-action from 0.4.1 to 0.5.0 in the actions group

Bump robherley/go-test-action from 0.4.1 to 0.5.0 in the actions group #301

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
gotest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: script/install-libtensorflow
- name: Test
uses: robherley/[email protected]
with:
omit: untested