Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
uetchy committed Feb 19, 2019
1 parent 5bde011 commit fb33fe2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ RUN echo "*" >committedfile
RUN git add committedfile
RUN git commit -m 'Add new file'

RUN git init
RUN git add .

WORKDIR /go/src/github.com/uetchy/gst

# install deps
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,11 @@ go get github.com/uetchy/gst
```

# Development

## Test

Docker is required to run tests.

```bash
make test
```

0 comments on commit fb33fe2

Please sign in to comment.