Skip to content

Commit

Permalink
Merge branch 'v0.7' into sync-ff-0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
z2trillion authored and Mason Liang committed Nov 28, 2023
2 parents e1c2725 + 0c5756f commit b427da9
Show file tree
Hide file tree
Showing 22 changed files with 81,451 additions and 1,280 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,23 @@ jobs:
toolchain: nightly-2022-12-10
override: true
- run: make test
par-test:
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 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
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
/layouts
.vscode
.cargo
Cargo.lock
*.png
*.png
Loading

0 comments on commit b427da9

Please sign in to comment.