From 1ec04fc56f8fe4f12b108e19ca7ffcd8c2c97267 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 6 Apr 2022 17:12:19 +0800 Subject: [PATCH] run git-ref tests separately as vergen shows issues with this (#298) --- .github/workflows/ci.yml | 5 +++++ Cargo.toml | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc5b52e1b5..1afe58fe01 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,6 +55,11 @@ jobs: with: command: check args: --all --bins --tests --examples + - name: "Test ref (crossterm)" + uses: actions-rs/cargo@v1 + with: + command: test + args: --package git-ref - name: "Test (crossterm)" uses: actions-rs/cargo@v1 with: diff --git a/Cargo.toml b/Cargo.toml index 78bd842214..473a9df77c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -108,9 +108,6 @@ miniz_oxide = { opt-level = 3 } sha-1 = { opt-level = 3 } sha1_smol = { opt-level = 3 } -[profile.dev] -opt-level = 1 - [profile.release] overflow-checks = false lto = "fat"