Skip to content

Commit

Permalink
Merge branch 'v0.7' into feat/par2
Browse files Browse the repository at this point in the history
  • Loading branch information
z2trillion authored Nov 27, 2023
2 parents a61b269 + 9325879 commit a005ad9
Show file tree
Hide file tree
Showing 10 changed files with 80,475 additions and 190 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,14 @@ jobs:
toolchain: nightly-2022-12-10
override: true
- run: make test_par

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 a005ad9

Please sign in to comment.