Skip to content

Commit

Permalink
Fix github action submodule support
Browse files Browse the repository at this point in the history
  • Loading branch information
emneo-dev committed Jul 15, 2024
1 parent 2fbd778 commit e19df4a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
steps:
- run: sudo apt install make gcc # Add more deps when needed
- uses: actions/checkout@v4
with:
submodules: true
- run: DEBUG=0 ASAN=0 ANALYZER=0 LTO=1 make
# TODO: Export test coverage

Expand All @@ -19,5 +21,7 @@ jobs:
steps:
- run: sudo apt install make gcc libcriterion-dev # Add more deps when needed
- uses: actions/checkout@v4
with:
submodules: true
- run: DEBUG=1 ASAN=1 ANALYZER=1 LTO=0 make tests_run
# TODO: Export test coverage

0 comments on commit e19df4a

Please sign in to comment.