Skip to content

Commit

Permalink
[Actions] Unit tests only run in optimize mode
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rp3n committed Jan 3, 2022
1 parent 7625c9a commit 5d0109e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ jobs:
test:
strategy:
matrix:
build_type: [optimize, debug]
build_target: [x86, x64]
fail-fast: false
runs-on: ubuntu-latest
Expand Down Expand Up @@ -54,7 +53,7 @@ jobs:
run: |
mkdir objdir
cd objdir
python ../configure.py --enable-${{ matrix.build_type }} --targets=${{ matrix.build_target }} $ENABLE_ASAN
python ../configure.py --enable-optimize --targets=${{ matrix.build_target }} $ENABLE_ASAN
ambuild
working-directory: deps/sourcepawn

Expand Down

0 comments on commit 5d0109e

Please sign in to comment.