Skip to content
Open
Show file tree
Hide file tree
Changes from 11 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/nexus-e2e-integrations-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
echo "${HOME}/.risc0/bin" >> $GITHUB_PATH
# Need to install for specific version next.
${HOME}/.risc0/bin/rzup install
${HOME}/.risc0/bin/rzup install cargo-risczero 1.2.0

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this intentional?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes. As I updated the risc 0 version we don't need to install the cargo components separately.


#TODO: Run a local avail devnet once there is an infinity devnet release. Currently we use a deployment for the tests.
- name: Build binaries
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/nexus-integration-tests.yml.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
echo "${HOME}/.risc0/bin" >> $GITHUB_PATH
# Need to install for specific version next.
${HOME}/.risc0/bin/rzup install
${HOME}/.risc0/bin/rzup install cargo-risczero 1.2.0
${HOME}/.risc0/bin/rzup install cargo-risczero 1.2.5
${HOME}/.risc0/bin/rzup install r0vm 1.2.5

- name: Run integration tests
run: |
Expand Down
Loading