Skip to content
This repository was archived by the owner on Apr 25, 2026. It is now read-only.

Commit a5705bb

Browse files
authored
chore: use build instead of check (#296)
* chore: use build instead of check * chore: add back condition for main
1 parent 07bc1de commit a5705bb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: ./scripts/fetch-fixtures.sh
4646
- name: Check Build
4747
run: |
48-
SKIP_WASM_BUILD=1 cargo check --release -Z sparse-registry
48+
SKIP_WASM_BUILD=1 cargo build --release -Z sparse-registry
4949
5050
# Test job
5151
test:

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install toolchain
2121
uses: dtolnay/rust-toolchain@stable
2222
with:
23-
toolchain: nightly
23+
toolchain: stable
2424

2525
- name: Update apt repositories
2626
run: sudo apt update

0 commit comments

Comments
 (0)