Skip to content

Commit

Permalink
Fixing nightly workflow: Remove profile release option (#19627)
Browse files Browse the repository at this point in the history
## Description 
Fixing nightly workflow: Remove profile release option

## Test plan 
👀
  • Loading branch information
ebmifa authored Sep 30, 2024
1 parent 17702bc commit 416a752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b # [email protected]
with:
command: build
args: --all-targets --all-features --release --profile=release
args: --all-targets --all-features --release

# This job seems to be consistently producing false-positives, lets disable for now
# cargo-udeps:
Expand Down

0 comments on commit 416a752

Please sign in to comment.