Run "make test" in github workflow

This avoids having to specify the docker image in multiple places.
This commit is contained in:
Erik Flodin 2020-12-30 12:03:23 +01:00
parent 44de30374f
commit d926fb3e8b
No known key found for this signature in database
GPG Key ID: 420A7C865EE3F85F
1 changed files with 1 additions and 4 deletions

View File

@ -10,7 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Tests
run: >-
docker run -t --rm
-v "$PWD:/yadm:ro"
yadm/testbed:2020-12-29
run: make test