Skip to content

Commit 322f8e4

Browse files
Redo regression tests in a docker container.
1 parent 702ebea commit 322f8e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-debug.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222

2323
- name: Run regression tests
2424
run: |
25-
make AEGIS=1 TRAVIS=1 sure
25+
docker build .
2626
2727

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM highperformancecoder/builttravisciimage
22
COPY . /root
3-
RUN cd /root && make TRAVIS=1 travis-test
3+
RUN cd /root && make AEGIS=1 DEBUG=1 sure
44

0 commit comments

Comments
 (0)