We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b06b090 commit 188e98eCopy full SHA for 188e98e
appveyor.yml
@@ -20,5 +20,6 @@ install:
20
21
test_script:
22
- npm test
23
+ - node test/smoke-test.js
24
25
build: off
utils/smoke-test.js test/smoke-test.js
@@ -121,3 +121,8 @@ var done = (function () {
121
}
122
123
})()
124
+
125
+setTimeout(function () {
126
+ console.log('no iRacing detected, skipping telemetry checks.')
127
+ process.exit(0)
128
+}, 3000)
0 commit comments