CI: build virtualenv tests in dev profile for speed (#5396)

This commit is contained in:
Reilly Wood 2022-05-01 15:01:36 -07:00 committed by GitHub
parent 96f8691c8d
commit f0b9dc9da1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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