Skip to content

Commit 6571346

Browse files
feat: Remove redundant test commands from Dockerfile
1 parent f6943db commit 6571346

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ COPY . .
55
RUN make
66
RUN make clean
77
RUN make fclean
8-
RUN make re
9-
RUN make unit_tests
10-
RUN make tests_re
11-
128
# Cleaning and testing basic executable
139

1410
CMD make re ; ls -l mncc

0 commit comments

Comments
 (0)