Skip to content

Commit

Permalink
Run CI test with debug assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
williamyang98 committed Feb 15, 2024
1 parent 01ca0d1 commit 5749af9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/arm-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches: [ "master", "dev" ]

env:
BUILD_TYPE: Release
BUILD_TYPE: Debug

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/x86-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches: [ "master", "dev" ]

env:
BUILD_TYPE: Release
BUILD_TYPE: Debug

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/x86-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches: [ "master", "dev" ]

env:
BUILD_TYPE: Release
BUILD_TYPE: Debug

jobs:
build:
Expand Down

0 comments on commit 5749af9

Please sign in to comment.