diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4babe36327..e2446da073 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - uses: actions-rs/cargo@v1 name: cargo test with: - command: test + command: test --release fmt: name: Rustfmt