diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b9db23..0edc158 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,4 +20,4 @@ jobs: - name: Run rustfmt run: cargo fmt -- --check - name: Run tests - run: cargo test --target x86_64-pc-windows-msvc --all-features --verbose + run: cargo test --target x86_64-pc-windows-msvc --all-features