Skip to content

Commit

Permalink
Tweak distr_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Nov 27, 2024
1 parent e57492f commit dd7a5f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/benches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,5 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
components: clippy, rustfmt
- name: Test
run: RUSTFLAGS=-Dwarnings cargo test --benches
8 changes: 3 additions & 5 deletions .github/workflows/distr_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,12 @@ jobs:
run: cargo fmt -- --check
- name: Clippy
run: cargo clippy --all-targets -- -D warnings

test-ks:
ks-tests:
name: Run Komogorov Smirnov tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install toolchain
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
- name: Test Komogorov Smirnov
run: cargo test --release
- run: cargo test --release

0 comments on commit dd7a5f1

Please sign in to comment.