Skip to content

Commit

Permalink
never use incremental build
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Hoß <[email protected]>
  • Loading branch information
sebhoss committed Nov 3, 2023
1 parent 627243c commit d97b0e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ jobs:
- name: Build all Packages and Features
run: cargo check --all-features --locked
env:
CARGO_INCREMENTAL: "false"
RUSTFLAGS: "-A warnings"
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ resolver = "2"
# Disable settings to speeds up builds
debug = false
lto = "off"
incremental = false
strip = "none"
debug-assertions = false
overflow-checks = false

0 comments on commit d97b0e4

Please sign in to comment.