We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5fab05 commit 648365bCopy full SHA for 648365b
1 file changed
graal-js/ci.jsonnet
@@ -46,7 +46,7 @@ local common = import '../common.jsonnet';
46
local webassemblyTest = {
47
run+: [
48
['mx', '--dynamicimports', '/wasm', 'build'],
49
- ['mx', '--dynamicimports', '/wasm', 'testv8', 'polyglot'],
+ ['mx', '--dynamicimports', '/wasm', 'testv8', 'gate', 'polyglot'],
50
],
51
timelimit: '30:00',
52
},
0 commit comments