Skip to content

Commit 301ff9b

Browse files
authored
test(ci): run the installation tests on circleci (#225)
1 parent fa22389 commit 301ff9b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ jobs:
128128
name: Run Unit Tests
129129
command: |
130130
make test
131+
- run:
132+
name: Run Install Tests
133+
command: |
134+
make test-install
131135
- run:
132136
name: Sync Tests Results
133137
command: |

0 commit comments

Comments
 (0)