Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1e3c921

Browse files
committedOct 28, 2021
Always run tests for news archives plugin on CI
1 parent e6821f1 commit 1e3c921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ CONFIG = "_config.yml"
1414
task default: [:build]
1515

1616
desc "Run tests (test-linter, lint, build)"
17-
task test: %i[test-linter lint build]
17+
task test: %i[test-news-plugin test-linter lint build]
1818

1919
desc "Build the Jekyll site"
2020
task :build do

0 commit comments

Comments
 (0)
Please sign in to comment.