Merge branch 'main' into support-remote-config
This commit is contained in:
commit
260a93fe06
5 changed files with 4 additions and 8 deletions
|
|
@ -58,7 +58,7 @@ test('getThreadsFlag() should return the correct --threads flag', t => {
|
|||
}
|
||||
});
|
||||
|
||||
test('getThreadsFlag() throws if the ram input is < 0 or NaN', t => {
|
||||
test('getThreadsFlag() throws if the threads input is not an integer', t => {
|
||||
process.env['INPUT_THREADS'] = "hello!";
|
||||
t.throws(util.getThreadsFlag);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue