We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c94b81 commit cff763dCopy full SHA for cff763d
.github/workflows/release.yml
@@ -74,7 +74,7 @@ jobs:
74
vsce-target: linux-x64
75
platform: linux
76
arch: x64
77
- - runner: ubuntu-22.04-arm64
+ - runner: ubuntu-22.04
78
vsce-target: linux-arm64
79
80
arch: arm64
packages/core/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@rstest/core",
3
- "version": "0.5.2",
+ "version": "0.5.3",
4
"description": "The Rsbuild-based test tool.",
5
"bugs": {
6
"url": "https://github.com/web-infra-dev/rstest/issues"
packages/vscode/package.json
@@ -4,7 +4,7 @@
"displayName": "Rstest",
"publisher": "rstack",
"description": "VS Code extension for Rstest",
7
- "version": "0.5.1",
8
"private": true,
9
"license": "MIT",
10
"repository": {
0 commit comments