run tests in ci
continuous-integration/drone Build is failing Details

This commit is contained in:
Eric S. Londres 2023-05-04 21:12:30 -04:00
parent ac6a7e8169
commit 8667e5318a
Signed by: slondr
GPG Key ID: A2D25B4D5CB970E4
1 changed files with 3 additions and 1 deletions

View File

@ -5,4 +5,6 @@ steps:
- name: compile
image: elixir
commands:
- echo hello
- cd prototype
- mix deps.get
- mix test