Skip to content

Commit c79e070

Browse files
committed
add fib40 test on ci
1 parent 5d29ee2 commit c79e070

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ jobs:
3030
./test/test ./test/cnt_1bill
3131
echo "nops"
3232
./test/test ./test/nops
33+
echo "naive_fib_40"
34+
./test/test ./test/naive_fib_40
3335
exit 0

0 commit comments

Comments
 (0)