Skip to content

Commit

Permalink
Disable CI test step in windows debug
Browse files Browse the repository at this point in the history
  • Loading branch information
duckdoom5 authored Jan 25, 2025
1 parent 4a5fab6 commit 7788086
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ jobs:
run: build/build.sh -platform $PLATFORM -build_only -configuration $BUILD_CONFIGURATION

- name: Test (.NET)
# Disable test for debug configs, since they take over 6 hours to complete
if: matrix.build-cfg != 'Debug'
shell: bash
run: build/test.sh -platform $PLATFORM -configuration $BUILD_CONFIGURATION

Expand Down

0 comments on commit 7788086

Please sign in to comment.