Skip to content

Commit 188e98e

Browse files
committed
Run smoke-test.js in Appveyor
Tests loading of binary addon
1 parent b06b090 commit 188e98e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ install:
2020

2121
test_script:
2222
- npm test
23+
- node test/smoke-test.js
2324

2425
build: off

utils/smoke-test.js test/smoke-test.js

+5
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,8 @@ var done = (function () {
121121
}
122122
}
123123
})()
124+
125+
setTimeout(function () {
126+
console.log('no iRacing detected, skipping telemetry checks.')
127+
process.exit(0)
128+
}, 3000)

0 commit comments

Comments
 (0)