Skip to content

Commit

Permalink
fix: missing wizer in tests.yaml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxiaohei committed Aug 10, 2024
1 parent 601a169 commit bdb34ea
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Github Packages
name: Run Tests
on:
push:
branches:
Expand All @@ -23,6 +23,11 @@ jobs:
uses: Swatinem/rust-cache@v2
with:
shared-key: "tests"
- name : Install dependencies
run: |
bash ./scripts/land-server-deps.sh
mkdir -p /opt/bin
cp -R wizer-v6.0.0-x86_64-linux /opt/bin/wizer
- name: Build binaries
run: |
cargo build -p land-cli --release
Expand Down

0 comments on commit bdb34ea

Please sign in to comment.