Skip to content

Commit 3416250

Browse files
committed
Build hook update, smaller network
1 parent f9fa259 commit 3416250

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ccpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: build
1313
run: make
1414
- name: test
15-
run: ./net data/bertrand_russell_ideas_that_have_harmed_mankind.txt -it 200
15+
run: ./net data/bertrand_russell_ideas_that_have_harmed_mankind.txt -it 200 -N 20 -L 2
1616

1717
build-windows:
1818

@@ -26,4 +26,4 @@ jobs:
2626
- name: build
2727
run: mkdir build; cd build; cmake ..; cmake --build .
2828
- name: test
29-
run: cd build; cd Debug; .\net.exe ..\..\data\bertrand_russell_ideas_that_have_harmed_mankind.txt -it 200
29+
run: cd build; cd Debug; .\net.exe ..\..\data\bertrand_russell_ideas_that_have_harmed_mankind.txt -it 200 -N 20 -L 2

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ compiler:
66

77
script:
88
- make
9-
- ./net data/bertrand_russell_ideas_that_have_harmed_mankind.txt -it 200
9+
- ./net data/bertrand_russell_ideas_that_have_harmed_mankind.txt -it 200 -N 20 -L 2

0 commit comments

Comments
 (0)