Skip to content

Commit 868ba77

Browse files
committed
Removing RUSTFLAGS prepping for resolution of 6098
1 parent 50ca053 commit 868ba77

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/core-build-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,10 @@ jobs:
3939
run: |
4040
cargo check --features monitoring_prom
4141
42-
## by default, RUSTFLAGS is set with `-D warnings`, which will fail this step. we run this with an empty RUSTFLAGS so the warnings won't cause a step failure
4342
- name: Cargo Check (clarity)
4443
id: cargo_check_clarity
4544
run: |
46-
RUSTFLAGS="" cargo check -p clarity --no-default-features
45+
cargo check -p clarity --no-default-features
4746
4847
- name: Cargo Check (stacks-common)
4948
id: cargo_check_stacks-common

0 commit comments

Comments
 (0)