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 474625d commit 55895c1Copy full SHA for 55895c1
.github/workflows/benches.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Rustfmt
32
run: cargo fmt -- --check
33
- name: Clippy
34
- run: cargo clippy --workspace -- -D warnings
+ run: cargo clippy --all-targets -- -D warnings
35
benches:
36
name: "Benches: Test"
37
runs-on: ubuntu-latest
.github/workflows/distr_test.yml
ks-tests:
name: "distr_test: Run Komogorov Smirnov tests"
0 commit comments