We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ff1ff commit 51332a2Copy full SHA for 51332a2
.github/workflows/ci.yml
@@ -109,7 +109,12 @@ jobs:
109
- uses: dtolnay/rust-toolchain@stable
110
- uses: Swatinem/rust-cache@v2
111
- name: run tests
112
- run: cargo test --doc
+ run: cargo test --doc --workspace --exclude scarb-prove --exclude scarb-verify --exclude scarb-execute
113
+ - uses: dtolnay/rust-toolchain@master
114
+ with:
115
+ toolchain: ${{ env.RUST_NIGHTLY_TOOLCHAIN }}
116
+ - name: run nightly tests
117
+ run: cargo test --doc -p scarb-prove -p scarb-verify -p scarb-execute
118
119
scarb-metadata-compatibility:
120
name: scarb-metadata compatibility check
0 commit comments