From fb1406852842782dfca2a592a4c07581664b2d69 Mon Sep 17 00:00:00 2001 From: galenseilis Date: Tue, 5 Nov 2024 21:05:31 -0800 Subject: [PATCH] ci:change path to cargo.toml --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 8b4542c..c046c29 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -17,6 +17,6 @@ jobs: steps: - uses: actions/checkout@v4 - name: Build - run: cargo build --verbose --manifest-path desru/Cargo.toml + run: cargo build --verbose --manifest-path Cargo.toml - name: Run tests - run: cargo test --verbose --manifest-path desru/Cargo.toml --lib + run: cargo test --verbose --manifest-path Cargo.toml --lib