update .github/workflows/windows.yml
This commit is contained in:
@@ -42,7 +42,7 @@ jobs:
|
||||
cp -r build/* packaged/
|
||||
working-directory: ${{ github.workspace }}
|
||||
- name: Run tests
|
||||
run: ctest --test-dir build
|
||||
run: ctest --output-on-failure --test-dir build
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Windows-Build
|
||||
|
||||
Reference in New Issue
Block a user