Skip to content

Commit

Permalink
run git-ref tests separately as vergen shows issues with this (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Apr 6, 2022
1 parent 7f5da18 commit 1ec04fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -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:
Expand Down
3 changes: 0 additions & 3 deletions Cargo.toml
Expand Up @@ -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"
Expand Down

0 comments on commit 1ec04fc

Please sign in to comment.