Skip to content

Test: Add Uint32 tests to dataset_tokenizer #5

Test: Add Uint32 tests to dataset_tokenizer

Test: Add Uint32 tests to dataset_tokenizer #5

Workflow file for this run

name: Test Commands
on:
push:
paths-ignore:
- "README.md"
- "LICENSE"
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 dataset_tokenizer
uses: robherley/go-test-action@v0
with:
testArguments: ./
moduleDirectory: ./cmd/dataset_tokenizer