Skip to content

Commit dcad895

Browse files
committed
Allow build warnings
1 parent 2cf4ba8 commit dcad895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-westend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v4
2222
- name: Compile Binary
2323
run: |
24-
CARGO_INCREMENTAL=0 RUSTFLAGS="-D warnings" cargo build --locked --release \
24+
CARGO_INCREMENTAL=0 cargo build --locked --release \
2525
--features frequency-westend,frequency-bridging
2626
- name: Run Sanity Checks
2727
working-directory: ${{env.BIN_DIR}}

0 commit comments

Comments
 (0)