Fix Cargo.toml not found in Rust workflow

This commit is contained in:
Morgan Funtowicz
2019-11-26 10:59:34 +01:00
committed by MOI Anthony
parent 5db08ac15d
commit 78e7591780

View File

@ -12,13 +12,7 @@ jobs:
steps:
- 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
run: cargo build --verbose
run: cargo build --verbose --manifest-path ./tokenizers/Cargo.toml
- name: Run tests
run: cargo test --verbose
run: cargo test --verbose --manifest-path ./tokenizers/Cargo.toml