Test new CI/CD #3.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-06-20 00:26:54 +02:00
parent ad92115b02
commit 2dd0e8b79e

View File

@@ -11,6 +11,7 @@ steps:
- make install - make install
- name: test - name: test
commands: commands:
- pwd - binary/aer tests/include_statements.aer
- env - cat tests/include_statements.exp
- find .
- make tests - make tests