Skip to content

Commit

Permalink
Adjust rustflags
Browse files Browse the repository at this point in the history
Also actions-rust-lang/setup-rust-toolchain set RUSTFLAGS by default.
Test shouldn't fail due to style.
  • Loading branch information
foriequal0 committed Jun 29, 2024
1 parent e93a80f commit a5e7055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ on:
jobs:
check:
runs-on: ubuntu-latest
env:
RUSTFLAGS: "-D warnings"
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
Expand Down Expand Up @@ -43,6 +41,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
rustflags: ""
- name: Setup kind
run: |
kind create cluster --image="$KIND_IMAGE" --name test-pgd
Expand Down

0 comments on commit a5e7055

Please sign in to comment.