We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ef2d9 commit c16b31bCopy full SHA for c16b31b
.github/workflows/copy-processor-images-to-dockerhub.yaml
@@ -65,6 +65,11 @@ jobs:
65
- run: pnpm install --frozen-lockfile
66
working-directory: scripts
67
68
+ - name: Install Dependencies and Run Linter
69
+ uses: ./.github/actions/dep_install_and_lint
70
+ with:
71
+ working-directory: rust
72
+
73
- name: Run Integration Tests for Specific Crate
74
run: cargo test --manifest-path integration-tests/Cargo.toml
75
working-directory: rust
0 commit comments