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