Skip to content

Update .github/workflows/main.yml #2

Update .github/workflows/main.yml

Update .github/workflows/main.yml #2

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