CI: Use new test profile.

Signed-off-by: Daira-Emma Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira-Emma Hopwood 2024-11-02 17:59:40 +00:00
parent 9d1c898355
commit a7cdf8d4ee
1 changed files with 0 additions and 2 deletions

View File

@ -64,7 +64,6 @@ jobs:
- name: Run tests
run: >
cargo test
--release
--workspace
${{ steps.prepare.outputs.feature-flags }}
env:
@ -72,7 +71,6 @@ jobs:
- name: Run slow tests
run: >
cargo test
--release
--workspace
${{ steps.prepare.outputs.feature-flags }}
--features expensive-tests