Run "make test" in github workflow

This avoids having to specify the docker image in multiple places.
pull/282/head
Erik Flodin 3 years ago
parent 44de30374f
commit d926fb3e8b
No known key found for this signature in database
GPG Key ID: 420A7C865EE3F85F

@ -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

Loading…
Cancel
Save