diff --git a/.github/workflows/build-rust.yml b/.github/workflows/build-rust.yml index ca3920f6d..a81efdb8a 100644 --- a/.github/workflows/build-rust.yml +++ b/.github/workflows/build-rust.yml @@ -45,10 +45,12 @@ jobs: uses: actions-rs/cargo@v1 with: command: build + args: --manifest-path cli/Cargo.toml - name: cargo test uses: actions-rs/cargo@v1 with: command: test + args: --manifest-path cli/Cargo.toml - name: Test CLI directly run: | ./test/Run-Demo.ps1 -Environment Staging -CommandPath ./target/debug/trinsic