mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-22 16:25:30 +00:00
Merge pull request #197 from huggingface/remove-normalized
Remove NormalizedString from Encoding
This commit is contained in:
17
.github/workflows/rust.yml
vendored
17
.github/workflows/rust.yml
vendored
@ -60,7 +60,22 @@ jobs:
|
||||
args: --manifest-path ./tokenizers/Cargo.toml --all-targets --all-features -- -D warnings
|
||||
|
||||
- name: Run Tests
|
||||
if: matrix.os != 'windows-latest'
|
||||
shell: bash
|
||||
working-directory: ./tokenizers
|
||||
run: make test
|
||||
|
||||
# Skip integration tests for now on Windows
|
||||
- name: Run lib Tests on Windows
|
||||
if: matrix.os == 'windows-latest'
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test
|
||||
args: --verbose --manifest-path ./tokenizers/Cargo.toml
|
||||
args: --verbose --manifest-path ./tokenizers/Cargo.toml --lib
|
||||
|
||||
- name: Run doc Tests on Windows
|
||||
if: matrix.os == 'windows-latest'
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test
|
||||
args: --verbose --manifest-path ./tokenizers/Cargo.toml --doc
|
||||
|
Reference in New Issue
Block a user