Skip to content

Commit 741e8fb

Browse files
authored
node -e "doctest('Sorts/BogoSort.js', {})"
1 parent 02585f5 commit 741e8fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
node-version: ${{ matrix.node-version }}
1515
- name: npm install, build, and test
1616
run: |
17+
npm install doctest
18+
node -e "doctest('Sorts/BogoSort.js', {})"
1719
npm install standard --save-dev
1820
npx standard
1921
cd Linear-Algebra-Javascript

0 commit comments

Comments
 (0)