Skip to content

Commit

Permalink
fix release workflow (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuunlimm authored Aug 23, 2024
1 parent 42ef2d9 commit c16b31b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/copy-processor-images-to-dockerhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ jobs:
- run: pnpm install --frozen-lockfile
working-directory: scripts

- name: Install Dependencies and Run Linter
uses: ./.github/actions/dep_install_and_lint
with:
working-directory: rust

- name: Run Integration Tests for Specific Crate
run: cargo test --manifest-path integration-tests/Cargo.toml
working-directory: rust
Expand Down

0 comments on commit c16b31b

Please sign in to comment.