We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ffe883 commit 5839be8Copy full SHA for 5839be8
1 file changed
.github/workflows/build.yml
@@ -14,6 +14,9 @@ jobs:
14
runs-on: ${{ matrix.os }}
15
steps:
16
- uses: actions/checkout@v5
17
+ - name: Clone ImageTestSuite
18
+ shell: bash
19
+ run: git clone --depth 1 https://github.com/treeform/imagetestsuite ../imagetestsuite
20
- uses: treeform/setup-nim-action@v6
21
- name: Install dependencies
22
shell: bash
@@ -22,3 +25,4 @@ jobs:
25
nimby install -g pixie/pixie.nimble
23
26
- run: nim r tests/tests.nim
24
27
- run: nim cpp -r tests/tests.nim
28
+ - run: nim r tests/imagetestsuite.nim
0 commit comments