Skip to content

Strip Gemma 4 thinking tokens from translation output #47

Strip Gemma 4 thinking tokens from translation output

Strip Gemma 4 thinking tokens from translation output #47

Workflow file for this run

name: Build and Test
on:
push:
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
with:
submodules: 'recursive'
- name: Set up Rust
uses: dtolnay/rust-toolchain@stable
- name: Build
run: cargo build --release
- name: Run Tests
run: cargo test
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: ubuntu
path: target/release/*