summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMarti Maria <marti.maria@littlecms.com>2021-11-07 17:19:01 +0100
committerMarti Maria <marti.maria@littlecms.com>2021-11-07 17:19:01 +0100
commitc9f9a2e141a579c58b6752231c8897cd116ae59b (patch)
tree6403042960cf79de071c7d1796e7341d4506cec1 /.github
parent258f4219eacbaa4cfb3462ea3a7f21c24897e5fb (diff)
downloadlcms2-c9f9a2e141a579c58b6752231c8897cd116ae59b.tar.gz
Update build.yml
more tests
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5392347..813b111 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
run: devenv .\Projects\VC2019\lcms2.sln /Rebuild "Release|x64" /Project testbed
- name: Run tests
- run: cd testbed & testbed.exe
+ run: .\testbed\testbed.exe
Windows-32:
@@ -62,7 +62,9 @@ jobs:
run: devenv .\Projects\VC2019\lcms2.sln /Rebuild "Release|Win32" /Project testbed
- name: Run tests
- run: cd testbed & testbed.exe
+ run: |
+ cd testbed
+ testbed.exe
Ubuntu-meson: