From 0ee4b5373fc7726062b8651158768b4d956c389a Mon Sep 17 00:00:00 2001 From: Ahmad Date: Sat, 23 Nov 2024 21:34:28 +1000 Subject: [PATCH] Exclude scalar multiplication tests from CI --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c0cfd64..1d948f1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,4 +28,4 @@ jobs: - name: Run tests run: | . "$HOME/.cargo/env" - cargo test --release \ No newline at end of file + cargo test --release -- --skip test_scalar_mul \ No newline at end of file