mirror of
https://github.com/bettercap/bettercap
synced 2025-07-06 04:52:10 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
eef9b64d01
commit
266edb0631
2 changed files with 1 additions and 3 deletions
|
@ -137,8 +137,6 @@ matrix:
|
|||
- go: master
|
||||
fast_finish: true
|
||||
<<: *linux_deps
|
||||
install:
|
||||
- make deps
|
||||
script:
|
||||
- env GO111MODULE=on make test
|
||||
after_success:
|
||||
|
|
2
Makefile
2
Makefile
|
@ -40,4 +40,4 @@ clean:
|
|||
$(RM) $(TARGET)
|
||||
$(RM) -r build
|
||||
|
||||
.PHONY: all build build_with_race_detector resources install docker test html_coverage benchmark fmt clean
|
||||
.PHONY: all build build_with_race_detector resources install docker test html_coverage benchmark fmt clean
|
Loading…
Add table
Add a link
Reference in a new issue