Skip to content

Commit

Permalink
ci: fix flags d warings
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Nov 9, 2023
1 parent 42cbf4c commit fa22360
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,21 @@ on:
env:
CARGO_TERM_COLOR: always
PROTOC_VERSION: 3.23.4
RUSTFLAGS: "-D warnings"

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/cache@v3.3.2
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- uses: hecrj/setup-rust-action@v1

Expand Down

0 comments on commit fa22360

Please sign in to comment.