Skip to content

Merge branch 'rwang.githubActions2.10182024' of github.com:wbrown/gpt… #16

Merge branch 'rwang.githubActions2.10182024' of github.com:wbrown/gpt…

Merge branch 'rwang.githubActions2.10182024' of github.com:wbrown/gpt… #16

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: ./ -timeout 20m