diff --git a/.circleci/config.yml b/.circleci/config.yml index 9ca1ebf0f..b1c513fae 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,13 +5,13 @@ jobs: - image: ossrs/dev steps: - checkout - - cd trunk && ./configure --without-ssl --without-valgrind && make + - run: cd trunk && ./configure --without-ssl --without-valgrind && make test: docker: - image: ossrs/dev steps: - checkout - - cd trunk && ./configure --without-ssl --without-valgrind && make && ./objs/srs_utest + - run: cd trunk && ./configure --without-ssl --without-valgrind && make && ./objs/srs_utest workflows: version: 2 build_and_test: