Skip to content

Commit

Permalink
chore: disable warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
louib committed Aug 30, 2024
1 parent 1a4223f commit 1b55347
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
doc:
name: Build Doc
runs-on: ubuntu-latest
env:
RUSTFLAGS: -D warnings
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -51,6 +53,8 @@ jobs:
build:
name: Build the project
runs-on: ubuntu-latest
env:
RUSTFLAGS: -D warnings
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
Expand All @@ -66,6 +70,8 @@ jobs:
test:
name: Test Suite
runs-on: ubuntu-latest
env:
RUSTFLAGS: -D warnings
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 1b55347

Please sign in to comment.