mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-23 00:35:35 +00:00
Attempt fix workflows
This commit is contained in:
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@ -14,6 +14,10 @@ jobs:
|
|||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Moving to tokenizers folder
|
- name: Moving to tokenizers folder
|
||||||
run: cd tokenizers
|
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
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
Reference in New Issue
Block a user