ci: remove make deps step for unit tests

main
Raphaël 2021-03-30 17:38:45 +02:00 committed by GitHub
parent 23a134cde6
commit 172e51f53e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@ jobs:
steps:
- checkout
- run: make install-tools
- run: make deps
- run: make test
- run:
name: Codecov upload