Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stneng committed Feb 14, 2023
1 parent 3c7db88 commit 3772403
Showing 1 changed file with 1 addition and 1 deletion.
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:
toolchain: stable
components: rustfmt, clippy
- name: Check
if: ${{ startsWith(matrix.ci_image, 'ubuntu') }}
if: ${{ startsWith(matrix.ci_image, 'ubuntu') }} # skip check in macos because it is slow
run: cargo check --release
- name: Build
run: cargo build --all-targets
Expand Down

0 comments on commit 3772403

Please sign in to comment.