ci: compile C NIF before tests to avoid warnings
This commit is contained in:
parent
9fffa28b00
commit
b183351933
2 changed files with 6 additions and 0 deletions
|
|
@ -69,6 +69,9 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: mix deps.get
|
||||
|
||||
- name: Compile C NIF
|
||||
run: make -C c_src
|
||||
|
||||
- name: Compile (warnings as errors)
|
||||
run: mix compile --warnings-as-errors
|
||||
|
||||
|
|
|
|||
|
|
@ -70,6 +70,9 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: mix deps.get
|
||||
|
||||
- name: Compile C NIF
|
||||
run: make -C c_src
|
||||
|
||||
- name: Compile (warnings as errors)
|
||||
run: mix compile --warnings-as-errors
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue