diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28e5979d..ac588053 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -137,8 +137,8 @@ jobs: - name: Build CLI run: | - $env:RUSTFLAGS="-D warnings" - cargo build --release + $env:RUSTFLAGS="-D warnings" + cargo build --release - name: Set up fixture parsers run: |