Skip to content

Commit

Permalink
github matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
vityaman committed Nov 20, 2024
1 parent b82ef07 commit 8891de0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,14 @@ jobs:
sudo apt install bear
- name: Build
run: bear -- make compile
run: |
bear -- make compile \
COMPILER=${{ matrix.compiler }} \
OPTIMIZATION_LEVEL=${{ matrix.optimization_level }}\
SANITIZERS=${{ matrix.sanitizers }}
- name: Test
run: make
run: ./build/bin/app

- name: Check Format
run: make check-format
Expand Down

0 comments on commit 8891de0

Please sign in to comment.