Skip to content

Commit 51332a2

Browse files
committed
Run stwo doc tests in nightly
1 parent f4ff1ff commit 51332a2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,12 @@ jobs:
109109
- uses: dtolnay/rust-toolchain@stable
110110
- uses: Swatinem/rust-cache@v2
111111
- name: run tests
112-
run: cargo test --doc
112+
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
113118

114119
scarb-metadata-compatibility:
115120
name: scarb-metadata compatibility check

0 commit comments

Comments
 (0)