Skip to content

Commit

Permalink
Merge branch 'v0.7' into feat/inv_bench
Browse files Browse the repository at this point in the history
  • Loading branch information
z2trillion authored Nov 27, 2023
2 parents 50df84f + 9325879 commit b681272
Show file tree
Hide file tree
Showing 12 changed files with 80,235 additions and 3,125 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,13 @@ jobs:
toolchain: nightly-2022-12-10
override: true
- run: make test
bench:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-12-10
override: true
- run: make bench
Loading

0 comments on commit b681272

Please sign in to comment.