Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Merge pull request #4 from v-jkegler/patch-1 #32

Merge pull request #4 from v-jkegler/patch-1

Merge pull request #4 from v-jkegler/patch-1 #32

Workflow file for this run

name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build core
run: cargo build --verbose
working-directory: core
- name: Build for hf-tokenizers
run: cargo build --verbose
working-directory: hf_tokenizers