Skip to content

Commit

Permalink
cargo build validator in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
acl-cqc committed Sep 9, 2024
1 parent 3b778c3 commit 78dd8a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ jobs:
- name: Install Guppy with llvm-based execution
run: uv sync --extra execution

- name: Cargo build validator
run: cargo build -p validator --release

- name: Run tests
run: uv run pytest

Expand Down

0 comments on commit 78dd8a2

Please sign in to comment.