Skip to content

Commit

Permalink
Merge pull request #130 from opencog/remove-test-target
Browse files Browse the repository at this point in the history
Replace `make test` by `make check`
  • Loading branch information
linas authored Sep 25, 2023
2 parents a9d9eb0 + 86d31fe commit 3f72a14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
command: cd build && make -j2 tests
- run:
name: Run tests
command: cd build && make -j2 test ARGS=-j2
command: cd build && make -j2 check ARGS=-j2
- run:
name: Install URE
command: cd build && make -j2 install && ldconfig
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
command: cd build && make -j2 tests
- run:
name: Run tests
command: cd build && make -j2 test ARGS=-j2
command: cd build && make -j2 check ARGS=-j2
- run:
name: Print test log
command: cat build/tests/Testing/Temporary/LastTest.log
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
command: cd build && make -j2 tests
- run:
name: Run tests
command: cd build && make -j2 test ARGS=-j2
command: cd build && make -j2 check ARGS=-j2
- run:
name: Install spacetime
command: cd build && make -j2 install && ldconfig
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
command: cd build && make -j2 install && ldconfig
- run:
name: Run tests
command: cd build && make -j2 test ARGS=-j2
command: cd build && make -j2 check ARGS=-j2
- run:
name: Print test log
command: cat build/tests/Testing/Temporary/LastTest.log
Expand Down

0 comments on commit 3f72a14

Please sign in to comment.