Skip to content

Commit

Permalink
workaround from here: actions-rs/cargo#86
Browse files Browse the repository at this point in the history
  • Loading branch information
fundthmcalculus committed Aug 18, 2022
1 parent 10d2675 commit 21fe51c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21fe51c

Please sign in to comment.