mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-22 16:25:30 +00:00
Fix Cargo.toml not found in Rust workflow
This commit is contained in:
committed by
MOI Anthony
parent
5db08ac15d
commit
78e7591780
10
.github/workflows/rust.yml
vendored
10
.github/workflows/rust.yml
vendored
@ -12,13 +12,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Moving to tokenizers folder
|
|
||||||
run: cd tokenizers
|
|
||||||
- name: Second move to tokenizers folder
|
|
||||||
run: cd tokenizers
|
|
||||||
- name: List files
|
|
||||||
run: ls -lah
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose --manifest-path ./tokenizers/Cargo.toml
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose --manifest-path ./tokenizers/Cargo.toml
|
||||||
|
Reference in New Issue
Block a user