Skip to content

Commit f25928a

Browse files
authored
Update .github/workflows/node-checks.yml
Signed-off-by: Lee Calcote <leecalcote@gmail.com>
1 parent 73103d0 commit f25928a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: make build
3939

4040
- name: Run Tests
41-
run: make test-run
41+
run: make tests
4242

4343
- name: Log Node.js Version
4444
run: echo "Tested on Node.js version ${{ matrix.node-version }}"

0 commit comments

Comments
 (0)