Skip to content

Commit

Permalink
ci: add RUSTFLAGS to fail with warnings (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Feb 16, 2024
1 parent 3ce44b9 commit b9439d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ on:
value: https://ghcr.io/${{ github.repository }}

env:
# const
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
BINARY_NAME: ${{ github.event.repository.name }}
# env
RUSTFLAGS: "-Dwarnings"

jobs:
build:
Expand Down

0 comments on commit b9439d4

Please sign in to comment.