diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 967502f..6580817 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: schedule: [cron: "40 1 * * *"] env: - RUSTFLAGS: '-Dwarnings' + RUSTFLAGS: -Dwarnings jobs: test: @@ -38,7 +38,7 @@ jobs: - uses: dtolnay/rust-toolchain@miri - run: cargo miri test env: - MIRIFLAGS: '-Zmiri-tag-raw-pointers' + MIRIFLAGS: -Zmiri-tag-raw-pointers clippy: name: Clippy