Use make in the dockerfile, skip the test

This commit is contained in:
Paul Hauner
2019-11-23 10:44:55 +11:00
parent 6b0b76edf4
commit f5f0e281b7
2 changed files with 1 additions and 8 deletions

View File

@@ -43,10 +43,3 @@ jobs:
- uses: actions/checkout@v1
- name: Build the root Dockerfile
run: docker build .
install-ubuntu:
runs-on: ubuntu-latest
needs: cargo-fmt
steps:
- uses: actions/checkout@v1
- name: Build using the root Makefile
run: make