Skip to content

Commit a66bdcf

Browse files
authored
Merge pull request #67 from huggingface/update
Add flake + update test.
2 parents 9d6502f + a6f8670 commit a66bdcf

File tree

5 files changed

+1003
-4
lines changed

5 files changed

+1003
-4
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424

2525
- uses: Swatinem/rust-cache@v2
2626

27+
- name: Instal cargo audit
28+
run: cargo install cargo-audit
29+
2730
- name: Build
2831
run: cargo build --all-targets --verbose
2932

0 commit comments

Comments
 (0)