Skip to content

Commit

Permalink
chore: use build instead of check (#296)
Browse files Browse the repository at this point in the history
* chore: use build instead of check

* chore: add back condition for main
  • Loading branch information
dutterbutter authored Mar 3, 2023
1 parent 07bc1de commit a5705bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: ./scripts/fetch-fixtures.sh
- name: Check Build
run: |
SKIP_WASM_BUILD=1 cargo check --release -Z sparse-registry
SKIP_WASM_BUILD=1 cargo build --release -Z sparse-registry
# Test job
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly
toolchain: stable

- name: Update apt repositories
run: sudo apt update
Expand Down

0 comments on commit a5705bb

Please sign in to comment.