mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-22 15:39:07 +00:00
Force make clean on test_compile_lib
Helpful for local builds, even though it has no effect on fresh CI builds
This commit is contained in:
parent
41bc57689c
commit
06973e6127
@ -14,6 +14,7 @@ def test_compile_lib():
|
||||
|
||||
|
||||
def check_compile_lib(implementation):
|
||||
helpers.make('clean', working_dir=implementation.path())
|
||||
helpers.make(working_dir=implementation.path())
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user