Skip to content

Commit

Permalink
Merge pull request #20 from reinismu/shortdeck
Browse files Browse the repository at this point in the history
Shortdeck support
  • Loading branch information
krukah authored Oct 18, 2024
2 parents b9fcfce + fef6606 commit 2778aa4
Show file tree
Hide file tree
Showing 11 changed files with 257 additions and 115 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ jobs:
run: cargo build
- name: Test
run: cargo test --quiet --lib
- name: Test Shortdeck
run: cargo test --quiet --lib --features shortdeck
- name: Benchmark
run: cargo bench --quiet --message-format short
Loading

0 comments on commit 2778aa4

Please sign in to comment.