mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-16 20:39:10 +00:00
Use make in the dockerfile, skip the test
This commit is contained in:
7
.github/workflows/test-suite.yml
vendored
7
.github/workflows/test-suite.yml
vendored
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM rust:latest
|
||||
|
||||
COPY . lighthouse
|
||||
RUN cd lighthouse && cargo install --path lighthouse
|
||||
RUN cd lighthouse && make
|
||||
|
||||
Reference in New Issue
Block a user