Skip to content

Commit

Permalink
Fix CI to use git CLI (#53)
Browse files Browse the repository at this point in the history
* Fix CI to use git CLI.

* Remove codecov.
  • Loading branch information
adlerjohn authored May 26, 2021
1 parent 63f4d9a commit c6911b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 46 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cargo_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

env:
CARGO_TERM_COLOR: always
CARGO_NET_GIT_FETCH_WITH_CLI: true

jobs:
build:
Expand Down
46 changes: 0 additions & 46 deletions .github/workflows/code_coverage.yml

This file was deleted.

0 comments on commit c6911b0

Please sign in to comment.