Skip to content

Commit

Permalink
Fixed build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardTibben committed Apr 12, 2024
1 parent ad26355 commit bd0dcf9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cargo-build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
mkdir -p "${HOME}/.local/bin"
curl -sL https://github.com/mozilla/grcov/releases/download/v0.8.10/grcov-x86_64-unknown-linux-gnu.tar.bz2 | tar jxf - -C "${HOME}/.local/bin"
echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Change dir
run: cd stellar_rust_sdk
- name: cargo update
run: cargo update
- name: cargo test
Expand Down

0 comments on commit bd0dcf9

Please sign in to comment.