Skip to content

Commit 001ef43

Browse files
committed
update Makefile
1 parent c6317f1 commit 001ef43

File tree

20 files changed

+317
-530
lines changed

20 files changed

+317
-530
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323
- name: Get dependencies
2424
run: go mod download
2525

26-
- name: Test lcof
27-
run: make test-lcof
26+
- name: Test Solutions
27+
run: make test
2828

29-
- name: Test leetcode solution
30-
run: make test-leetcode

Makefile

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,11 @@ all: test-lcof test-leetcode
77
#make test-nowcoder
88
#make test-leetcode
99

10-
test-lcof:
11-
@echo start test lcof
12-
sh test.sh lcof
13-
@echo end test lcof
14-
15-
test-leetcode:
16-
@echo start test leetcode
17-
sh test.sh leetcode
18-
@echo end test leetcode
10+
test:
11+
@echo start test
12+
sh test.sh
13+
@echo end test
14+
1915
hugo:
2016
@echo start hugo
2117
hugo server

lcof/of003.md

Lines changed: 0 additions & 203 deletions
This file was deleted.

lcof/of014-i.md

Lines changed: 0 additions & 122 deletions
This file was deleted.

lcof/of014-ii.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)