Skip to content

Commit

Permalink
re-enable cargo risczero test
Browse files Browse the repository at this point in the history
  • Loading branch information
SchmErik committed May 15, 2024
1 parent c8001b3 commit 968a9ed
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,33 +290,33 @@ jobs:
working-directory: examples/profiling
- run: sccache --show-stats

# test-crates:
# if: needs.changes.outputs.test-crates == 'true'
# needs: changes
# runs-on: [self-hosted, prod, Linux, cpu]
# strategy:
# fail-fast: false
# steps:
# - uses: actions/checkout@v4
# with:
# path: 'risc0'
# - uses: actions/checkout@v4
# with:
# repository: risc0/RustCrypto-crypto-bigint
# path: 'RustCrypto-crypto-bigint'
# - uses: ./risc0/.github/actions/rustup
# - uses: ./risc0/.github/actions/sccache
# with:
# key: Linux-default
# - name: Install risczero toolchain
# run: |
# cargo run --bin cargo-risczero --no-default-features -- risczero install --version $RISC0_TOOLCHAIN_VERSION
# cargo install --force --path risc0/cargo-risczero -F experimental
# working-directory: risc0
# - name: run cargo risczero test
# working-directory: ${{ github.workspace }}/RustCrypto-crypto-bigint
# run: cargo risczero test
# - run: sccache --show-stats
test-crates:
if: needs.changes.outputs.test-crates == 'true'
needs: changes
runs-on: [self-hosted, prod, Linux, cpu]
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
with:
path: 'risc0'
- uses: actions/checkout@v4
with:
repository: risc0/RustCrypto-crypto-bigint
path: 'RustCrypto-crypto-bigint'
- uses: ./risc0/.github/actions/rustup
- uses: ./risc0/.github/actions/sccache
with:
key: Linux-default
- name: Install risczero toolchain
run: |
cargo run --bin cargo-risczero --no-default-features -- risczero install --version $RISC0_TOOLCHAIN_VERSION
cargo install --force --path risc0/cargo-risczero -F experimental
working-directory: risc0
- name: run cargo risczero test
working-directory: ${{ github.workspace }}/RustCrypto-crypto-bigint
run: cargo risczero test
- run: sccache --show-stats

doc:
if: needs.changes.outputs.doc == 'true'
Expand Down

0 comments on commit 968a9ed

Please sign in to comment.