Skip to content

Commit

Permalink
ci(check): change from cargo check to build
Browse files Browse the repository at this point in the history
  • Loading branch information
EdenEast committed Sep 29, 2023
1 parent 5ae8b7a commit 519d0af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
env:
RUSTDOCFLAGS: --cfg docsrs

check:
build:
strategy:
fail-fast: false
matrix:
Expand All @@ -87,5 +87,5 @@ jobs:
with:
toolchain: stable

- name: Build | Check [Cargo]
run: cargo check --locked --target ${{ matrix.target }}
- name: Build | Build [Cargo]
run: cargo build --locked --target ${{ matrix.target }}

0 comments on commit 519d0af

Please sign in to comment.