mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-22 16:25:30 +00:00
Fix yaml indent
This commit is contained in:
committed by
MOI Anthony
parent
f9ccf62301
commit
1a52cda912
25
.github/workflows/rust.yml
vendored
25
.github/workflows/rust.yml
vendored
@ -10,20 +10,21 @@ jobs:
|
|||||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Install Rust Stable
|
|
||||||
uses: actions-rs/toolchain@v1
|
|
||||||
with:
|
|
||||||
toolchain: stable
|
|
||||||
override: true
|
|
||||||
|
|
||||||
- name: Build
|
- name: Install Rust Stable
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
command: build
|
toolchain: stable
|
||||||
args: --verbose --manifest-path ./tokenizers/Cargo.toml
|
override: true
|
||||||
|
|
||||||
- name: Run Tests
|
- name: Build
|
||||||
|
uses: actions-rs/cargo@v1
|
||||||
|
with:
|
||||||
|
command: build
|
||||||
|
args: --verbose --manifest-path ./tokenizers/Cargo.toml
|
||||||
|
|
||||||
|
- name: Run Tests
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: test
|
command: test
|
||||||
|
Reference in New Issue
Block a user