Skip to content

CI: Split test wf to 2 parallel wfs #14

CI: Split test wf to 2 parallel wfs

CI: Split test wf to 2 parallel wfs #14

Workflow file for this run

name: Test gpt_bpe_test.go
on:
push:
paths-ignore:
- "README.md"
- "LICENSE"
- "cmd/**"
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: Build
run: go build -v ./
- name: Test gpt_bpe
uses: robherley/go-test-action@v0
with:
testArguments: ./