Skip to content

Commit

Permalink
add needs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
neilkakkar committed Jun 10, 2024
1 parent 443ca46 commit ef22c59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- 'rust/**'
build:
needs: changes
runs-on: depot-ubuntu-22.04-4

defaults:
Expand Down Expand Up @@ -67,6 +68,7 @@ jobs:
run: cargo build --all --locked --release && find target/release/ -maxdepth 1 -executable -type f | xargs strip

test:
needs: changes
runs-on: depot-ubuntu-22.04-4
timeout-minutes: 10

Expand Down Expand Up @@ -116,6 +118,7 @@ jobs:
run: cargo test --all-features

linting:
needs: changes
runs-on: depot-ubuntu-22.04-4

defaults:
Expand Down Expand Up @@ -160,6 +163,7 @@ jobs:
run: cargo check --all-features

shear:
needs: changes
runs-on: depot-ubuntu-22.04-4

defaults:
Expand Down

0 comments on commit ef22c59

Please sign in to comment.