diff --git a/.github/workflows/benches.yml b/.github/workflows/benches.yml index 3affae184c..be294da316 100644 --- a/.github/workflows/benches.yml +++ b/.github/workflows/benches.yml @@ -20,7 +20,7 @@ defaults: jobs: clippy-fmt: - name: Check Clippy and rustfmt + name: Benches: Check Clippy and rustfmt runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -33,7 +33,7 @@ jobs: - name: Clippy run: cargo clippy --workspace -- -D warnings benches: - name: Test benchmarks + name: Benches: Test runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/distr_test.yml b/.github/workflows/distr_test.yml index cef7b69284..d60441d2e0 100644 --- a/.github/workflows/distr_test.yml +++ b/.github/workflows/distr_test.yml @@ -20,7 +20,7 @@ defaults: jobs: clippy-fmt: - name: Check Clippy and rustfmt + name: distr_test: Check Clippy and rustfmt runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -33,7 +33,7 @@ jobs: - name: Clippy run: cargo clippy --workspace -- -D warnings ks-tests: - name: Run Komogorov Smirnov tests + name: distr_test: Run Komogorov Smirnov tests runs-on: ubuntu-latest steps: - uses: actions/checkout@v4