Skip to content

Commit

Permalink
chore(ci): add source changed gate in test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pront committed Oct 17, 2024
1 parent 1e11b92 commit a14e1e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,8 @@ jobs:
if: needs.changes.outputs.source == 'true'
run: make check-clippy

# Remove this once https://github.com/vectordotdev/vector/issues/3771 is closed.
# Then, modify the `cross-linux` job to run `test` instead of `build`.
- name: Unit - x86_64-unknown-linux-gnu
if: needs.changes.outputs.source == 'true'
run: make test
env:
CARGO_BUILD_JOBS: 5
Expand Down

0 comments on commit a14e1e2

Please sign in to comment.