diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index afd9d734c3..ec419288b4 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -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 diff --git a/Dockerfile b/Dockerfile index 0bbaa66d94..20ba79202a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM rust:latest COPY . lighthouse -RUN cd lighthouse && cargo install --path lighthouse +RUN cd lighthouse && make