Skip to content

Commit 3772403

Browse files
committed
update comment
1 parent 3c7db88 commit 3772403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
toolchain: stable
4646
components: rustfmt, clippy
4747
- name: Check
48-
if: ${{ startsWith(matrix.ci_image, 'ubuntu') }}
48+
if: ${{ startsWith(matrix.ci_image, 'ubuntu') }} # skip check in macos because it is slow
4949
run: cargo check --release
5050
- name: Build
5151
run: cargo build --all-targets

0 commit comments

Comments
 (0)