bazelbuild / vscode-bazel

Bazel support for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=BazelBuild.vscode-bazel
Apache License 2.0
231 stars 76 forks source link

ci: Fix test invocation #390

Closed vogelsgesang closed 2 months ago

vogelsgesang commented 2 months ago

During the rebase of #366, I accidentally duplicated the test key inside the scripts in package.json. There was no warning whatsoever and CI was still green, but didn't actually run the vscode-test tests.

This commit fixes the mishap