Skip to content

Commit

Permalink
Remove test-win
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgo committed Oct 28, 2020
1 parent 39d463b commit 3abfbd1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Makefile
Expand Up @@ -36,7 +36,4 @@ test: # runs all tests
unit: # runs the unit tests
${CURDIR}/node_modules/.bin/mocha src/test.ts

test-win:
${CURDIR}/node_modules/.bin/mocha src/test.ts

.SILENT:
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -16,7 +16,7 @@ install:
- set PATH=%APPDATA%\npm;c:\MinGW\bin;%PATH%

test_script:
- make test-win
- make test

# Don't double-build PRs
skip_branch_with_pr: true
Expand Down

0 comments on commit 3abfbd1

Please sign in to comment.