Skip to content

Commit

Permalink
this should fix windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gafferongames committed Dec 22, 2023
1 parent 78a975c commit 093005f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ jobs:
# Run the tests with Powershell syntax
- name: Test (vs2019)
if: runner.os == 'Windows'
run: "& ./bin/${{ matrix.configuration }}/test.exe"
run: "& ./bin/test.exe"

0 comments on commit 093005f

Please sign in to comment.