From 488a60e56fd66845791ec03e9f23b18e9ab1448b Mon Sep 17 00:00:00 2001 From: Niklas Fiekas Date: Fri, 1 Nov 2024 15:17:12 +0100 Subject: [PATCH] also test resarch utils --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 805b8a4..3399703 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,4 +11,5 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - run: cargo test + - run: cargo test --manifest-path liglicko2-research/Cargo.toml - run: cargo check --manifest-path fuzz/Cargo.toml