Skip to content

Commit

Permalink
Remove test-win (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgo authored Oct 28, 2020
1 parent 39d463b commit af4b46a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 af4b46a

Please sign in to comment.