-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* upgrade risc0 to v0.17 * cargo fmt * install toolchain * install toolchain for clippy * fix install * increase timeout * update actions * no cargo-risczero for clippy * address review comments
- Loading branch information
Showing
8 changed files
with
103 additions
and
284 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,15 +16,15 @@ jobs: | |
test: | ||
name: test | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 30 | ||
timeout-minutes: 60 | ||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
submodules: recursive | ||
- uses: risc0/risc0/.github/actions/rustup@release-0.16 | ||
- uses: risc0/risc0/.github/actions/sccache@release-0.16 | ||
- name: Cargo test | ||
run: cargo test --workspace | ||
- uses: risc0/risc0/.github/actions/rustup@release-0.17 | ||
- uses: risc0/risc0/.github/actions/sccache@release-0.17 | ||
- run: cargo install cargo-risczero && cargo risczero install | ||
- run: cargo test --workspace | ||
|
||
clippy: | ||
name: clippy | ||
|
@@ -34,9 +34,8 @@ jobs: | |
- uses: actions/checkout@v3 | ||
with: | ||
submodules: recursive | ||
- uses: risc0/risc0/.github/actions/[email protected] | ||
- uses: risc0/risc0/.github/actions/[email protected] | ||
- run: rustup component add clippy | ||
- uses: risc0/risc0/.github/actions/[email protected] | ||
- uses: risc0/risc0/.github/actions/[email protected] | ||
- uses: risc0/clippy-action@main | ||
with: | ||
reporter: 'github-pr-check' | ||
|
@@ -49,5 +48,5 @@ jobs: | |
timeout-minutes: 10 | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: risc0/risc0/.github/actions/rustup@release-0.16 | ||
- uses: risc0/risc0/.github/actions/rustup@release-0.17 | ||
- run: cargo fmt --all --check |
Oops, something went wrong.