Skip to content

Commit

Permalink
all: implement v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Equim-chan committed Oct 31, 2023
1 parent f73bc95 commit aed622d
Show file tree
Hide file tree
Showing 54 changed files with 3,608 additions and 1,835 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/libriichi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: build-libriichi

on:
push:
branches: [main]
paths:
- .github/workflows/libriichi.yml
- Cargo*
Expand Down Expand Up @@ -63,7 +64,8 @@ jobs:
- name: Run tests
run: |
cargo test --workspace --no-default-features --features flate2/zlib -- --nocapture
cargo test -p libriichi --no-default-features --bench bench
cargo test --workspace --no-default-features --features flate2/zlib,sp_reproduce_cpp_ver -- --nocapture
cargo test -p libriichi --no-default-features --benches
- name: Run build
run: |
Expand Down
Loading

0 comments on commit aed622d

Please sign in to comment.