Skip to content

Commit

Permalink
Add Check if cargo odra exists to test backend Casper
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciech-cichocki committed Dec 15, 2023
1 parent 295eec8 commit b273684
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,13 @@ jobs:
rustup install nightly-2023-04-20
rustup target add wasm32-unknown-unknown
- name: Check if cargo odra exists
id: check-odra-exists
continue-on-error: true
run: cargo odra --version

- name: Install cargo odra
if: ${{ steps.check-odra-exists.outcome == 'failure' }}
run: |
cargo +nightly-2023-04-20 install cargo-odra --locked
Expand Down

0 comments on commit b273684

Please sign in to comment.