Skip to content

Commit 20df797

Browse files
-debug failing tests on windows
1 parent 24030ab commit 20df797

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build_and_test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ jobs:
9797
with:
9898
name: lunchtoast-build-windows-latest
9999
path: build
100+
- name: Check downloaded lunchtoast
101+
run: master/lunchtoast.exe --version
102+
- name: Check lunchtoast build
103+
run: build/lunchtoast.exe --version
100104
- name: Launch tests
101105
id: launch_tests
102106
working-directory: ${{github.workspace}}

0 commit comments

Comments
 (0)