Skip to content

Commit

Permalink
Update win_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele77 authored Oct 15, 2024
1 parent 8e941c0 commit 6e17dfb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/win_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: Windows CI

on: [push, pull_request]

env:
ACTIONS_RUNNER_DEBUG: true
ACTIONS_STEP_DEBUG: true

jobs:
Test:
runs-on: windows-latest
Expand Down Expand Up @@ -43,4 +39,4 @@ jobs:
# working-directory: build
working-directory: build/test/${{matrix.build_type}}
# run: ctest -C ${{matrix.build_type}} --rerun-failed --output-on-failure --verbose
run: ./test_suite
run: ./test_suite -l all

0 comments on commit 6e17dfb

Please sign in to comment.