Skip to content

Commit

Permalink
Merge zifu_core
Browse files Browse the repository at this point in the history
  • Loading branch information
tats-u committed Nov 14, 2024
1 parent 090d9c5 commit d22f006
Show file tree
Hide file tree
Showing 31 changed files with 2,682 additions and 246 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- name: Build
run: cargo build --verbose
- name: ZIP check
run: ls tests/assets/*.zip | xargs -n 1 7z t -ptest
run: ls crates/zifu{,_core}/tests/assets/*.zip | xargs -n 1 7z t -ptest
- name: Run tests
run: cargo test --verbose
Loading

0 comments on commit d22f006

Please sign in to comment.