Skip to content

Commit 23c7d19

Browse files
author
Nate Parsons
committed
update circleci tests
1 parent 8062d29 commit 23c7d19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
name: Lint Tests
4141
command: |
4242
source python/bin/activate
43-
make -C package lint-tests --makefile ../Makefile
43+
make -C package lint --makefile ../Makefile
4444
4545
Unit Tests:
4646
parameters:
@@ -59,7 +59,7 @@ jobs:
5959
name: Unit Tests
6060
command: |
6161
source python/bin/activate
62-
make -C package unit-tests --makefile ../Makefile
62+
make -C package test --makefile ../Makefile
6363
- when:
6464
condition: << parameters.codecov >>
6565
steps:

0 commit comments

Comments
 (0)