Skip to content

Commit

Permalink
Update build-matrix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Brunner246 authored Sep 23, 2024
1 parent 6f0a562 commit b88b1ed
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,6 @@ jobs:
echo "Contents of output directory:"
ls -R ${{ github.workspace }}/output/bin/release
# run tests for Linux
- name: Run tests on Linux
if: runner.os == 'Linux'
shell: bash
run: |
for test_exe in ${{ github.workspace }}/build/*_tests; do
echo "Running $test_exe"
"$test_exe"
done
# run tests for Windows
- name: Run tests on Windows
if: runner.os == 'Windows'
Expand Down

0 comments on commit b88b1ed

Please sign in to comment.