Skip to content

Commit

Permalink
ci: add RUSTFLAGS to fail with warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi committed Feb 15, 2024
1 parent 3e3f500 commit fec65f6
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 fec65f6

Please sign in to comment.