We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c7db88 commit 3772403Copy full SHA for 3772403
.github/workflows/check.yml
@@ -45,7 +45,7 @@ jobs:
45
toolchain: stable
46
components: rustfmt, clippy
47
- name: Check
48
- if: ${{ startsWith(matrix.ci_image, 'ubuntu') }}
+ if: ${{ startsWith(matrix.ci_image, 'ubuntu') }} # skip check in macos because it is slow
49
run: cargo check --release
50
- name: Build
51
run: cargo build --all-targets
0 commit comments