From 586eba957dbbd26cd840de31e2d77da27f94e657 Mon Sep 17 00:00:00 2001 From: L <457124+liborty@users.noreply.github.com> Date: Wed, 22 Feb 2023 15:51:16 +1000 Subject: [PATCH] fixed actions --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 426a58c..cc06f67 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,4 +10,4 @@ jobs: - uses: actions/checkout@v3 - uses: dtolnay/rust-toolchain@stable - run: cargo test --release -- --nocapture --color always --test-threads=1 - - run: cargo test -r timing_gm -- --nocapture + - run: cargo test --release geometric_medians -- --nocapture