Skip to content

Commit

Permalink
[ci] test in debug mode (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
springmeyer authored Feb 28, 2024
1 parent a987197 commit 853ada8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['Release', 'Debug']
steps:
- uses: actions/checkout@v3
- run: uname -a; make
- run: make test
- run: uname -a; BUILDTYPE=${{ matrix.version }} make
- run: make test

0 comments on commit 853ada8

Please sign in to comment.