Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdud007 committed Oct 24, 2024
1 parent 60263a1 commit 3213d85
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/prove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.79.0
toolchain: 1.81.0

- name: Install SP1 toolchain
run: |
Expand All @@ -48,11 +48,12 @@ jobs:
~/.sp1/bin/cargo-prove prove --version
- name: Run test
uses: taiki-e/install-action@nextest
env:
RPC_URL: ${{ secrets.RPC_URL }}
run: |
cd lib
cargo test
cargo nextest
cd ../
- name: Run online mode
Expand All @@ -69,8 +70,8 @@ jobs:
~/.sp1/bin/cargo-prove prove build
cd ../
- name: Run script
run: |
cd script
RUST_LOG=info cargo run -r -- --execute
cd ../
# - name: Run script
# run: |
# cd script
# RUST_LOG=info cargo run -r -- --execute
# cd ../

0 comments on commit 3213d85

Please sign in to comment.