Skip to content

Commit e6b4048

Browse files
committed
Minor change [ci fast]
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
1 parent 53565bc commit e6b4048

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
fail-fast: false
134134
matrix:
135135
java_version: [17, 23]
136-
test_mode: ["test_integration", "test_strict", "test_docs", "test_aws", "test_azure", "test_google", "test_wave"]
136+
test_mode: ["test_integration", "test_parser_v2", "test_docs", "test_aws", "test_azure", "test_google", "test_wave"]
137137
steps:
138138
- name: Checkout
139139
uses: actions/checkout@v4

validation/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ fi
5555
#
5656
# Integration tests (strict syntax)
5757
#
58-
if [[ $TEST_MODE == 'test_strict' ]]; then
58+
if [[ $TEST_MODE == 'test_parser_v2' ]]; then
5959
export NXF_SYNTAX_PARSER=v2
6060
test_integration
6161
fi

0 commit comments

Comments
 (0)