Skip to content

Commit 648365b

Browse files
committed
fix missing gate argument in ci.jsonnet
1 parent d5fab05 commit 648365b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

graal-js/ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ local common = import '../common.jsonnet';
4646
local webassemblyTest = {
4747
run+: [
4848
['mx', '--dynamicimports', '/wasm', 'build'],
49-
['mx', '--dynamicimports', '/wasm', 'testv8', 'polyglot'],
49+
['mx', '--dynamicimports', '/wasm', 'testv8', 'gate', 'polyglot'],
5050
],
5151
timelimit: '30:00',
5252
},

0 commit comments

Comments
 (0)