We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbba50c commit 5bdea7dCopy full SHA for 5bdea7d
.github/workflows/main.yml
@@ -63,7 +63,6 @@ jobs:
63
name: Test
64
runs-on: ${{ matrix.os }}
65
strategy:
66
- max-parallel: 10
67
matrix:
68
target:
69
# Dockers that are run through docker on linux
ci/style.sh
@@ -8,10 +8,10 @@ if rustup component add rustfmt-preview ; then
8
cargo fmt --all -- --check
9
fi
10
11
-if rustup component add clippy-preview ; then
12
- cargo clippy -V
13
- cargo clippy --all -- -D clippy::pedantic
14
-fi
+# if rustup component add clippy-preview ; then
+# cargo clippy -V
+# cargo clippy --all -- -D clippy::pedantic
+# fi
15
16
if shellcheck --version ; then
17
shellcheck -e SC2103 ci/*.sh
0 commit comments