Skip to content

Commit

Permalink
just build in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Mar 13, 2024
1 parent c8580fa commit 0a21742
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- run: sudo snap install --edge --classic just
- uses: actions/checkout@v3

- name: Exit if not on master branch
Expand All @@ -39,7 +40,7 @@ jobs:
- name: Install cargo component
run: echo yes | cargo binstall [email protected]
- name: Cargo component build workspace
run: cargo component build --workspace
run: just build

# run the tests
- name: Run workspace tests
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-examples:
fi \
done

build:
build: build-examples
cargo component build --manifest-path=crates/seed-keeper-wallet/Cargo.toml
cargo component build --manifest-path=crates/seed-keeper-wit-ui/Cargo.toml
cargo component build --manifest-path=crates/seed-keeper-wallet/Cargo.toml --release
Expand Down

0 comments on commit 0a21742

Please sign in to comment.