From f0b9dc9da145a7042f982987305ca33998695995 Mon Sep 17 00:00:00 2001 From: Reilly Wood <26268125+rgwood@users.noreply.github.com> Date: Sun, 1 May 2022 15:01:36 -0700 Subject: [PATCH] CI: build virtualenv tests in dev profile for speed (#5396) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ad3b1df99..32bb22c9cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -136,7 +136,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: install - args: --path=. --no-default-features + args: --path=. --no-default-features --debug - name: Setup Python uses: actions/setup-python@v2