Skip to content

Commit

Permalink
chore: fix plonky2 (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani authored Feb 8, 2024
1 parent 752495e commit fd41b0f
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 89 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branches:
- "**"

jobs:
jobs:
# test:
# name: Test Suite
# runs-on: ubuntu-latest
Expand All @@ -24,7 +24,7 @@ jobs:
# uses: actions-rs/toolchain@v1
# with:
# profile: minimal
# toolchain: nightly
# toolchain: nightly-2024-01-25
# override: true

# - name: rust-cache
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2024-01-25
override: true
components: rustfmt, clippy

Expand Down Expand Up @@ -91,4 +91,3 @@ jobs:
args: --all-features --all-targets -- -D warnings -A incomplete-features
env:
CARGO_INCREMENTAL: 1

Loading

0 comments on commit fd41b0f

Please sign in to comment.