Skip to content

Commit 3adbcbc

Browse files
committed
GA: run the conformance tests with the fast validator
1 parent cf846bc commit 3adbcbc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,11 @@ jobs:
121121
matrix:
122122
cwl-version: [v1.0, v1.1, v1.2]
123123
container: [docker, singularity, podman]
124+
extras: [""]
125+
include:
126+
- cwl-version: v1.2
127+
container: docker
128+
extras: "--fast-validator"
124129

125130
steps:
126131
- uses: actions/checkout@v3
@@ -141,6 +146,7 @@ jobs:
141146
version: ${{ matrix.cwl-version }}
142147
container: ${{ matrix.container }}
143148
spec_branch: main
149+
CWLTOOL_OPTIONS: ${{ matrix.extras }}
144150
run: ./conformance-test.sh
145151

146152
release_test:

0 commit comments

Comments
 (0)