Skip to content

Commit

Permalink
feat: Reading config from model files (#2)
Browse files Browse the repository at this point in the history
* feat: Reading config from model files

* test: canonical value tests

* chore: refactor tests

* deps: remove tokenizers default feats

* ci: cache outputs

* fix: ci cache

* fix: cache ci name

* ci: check cache before tests
  • Loading branch information
Anush008 authored Oct 10, 2023
1 parent 29822ad commit cf0a512
Show file tree
Hide file tree
Showing 4 changed files with 138 additions and 300 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: actions/cache@v3
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
local_cache/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Run tests
run: cargo test
Loading

0 comments on commit cf0a512

Please sign in to comment.