Skip to content

Commit 5839be8

Browse files
committed
Run ImageTestSuite in CI
1 parent 1ffe883 commit 5839be8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
- uses: actions/checkout@v5
17+
- name: Clone ImageTestSuite
18+
shell: bash
19+
run: git clone --depth 1 https://github.com/treeform/imagetestsuite ../imagetestsuite
1720
- uses: treeform/setup-nim-action@v6
1821
- name: Install dependencies
1922
shell: bash
@@ -22,3 +25,4 @@ jobs:
2225
nimby install -g pixie/pixie.nimble
2326
- run: nim r tests/tests.nim
2427
- run: nim cpp -r tests/tests.nim
28+
- run: nim r tests/imagetestsuite.nim

0 commit comments

Comments
 (0)