diff --git a/.drone.yml b/.drone.yml index 5e3523b..aa53b84 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,4 +8,4 @@ steps: commands: - mkdir bld-gcc13 && cd bld-gcc13 - ../configure - - make && make test + - make && make check