From 6cb090477fdc853d8d7380c516b6536bd541fcda Mon Sep 17 00:00:00 2001 From: srz-zumix Date: Sun, 9 Dec 2018 12:37:56 +0900 Subject: [PATCH] fix job name --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e1015bd3b0..e88f397948 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,6 +1,6 @@ jobs: - - job: syntax-test + - job: syntax_test steps: - script: make -C test -j4 syntax_tests_run displayName: 'syntax test'