diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index afea162..6a88b29 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,7 +11,6 @@ jobs: - os_name: Windows-x86_64 os: windows-latest target: x86_64-pc-windows-msvc - skip_tests: true - os_name: Linux-x86_64 os: ubuntu-20.04 @@ -43,4 +42,3 @@ jobs: with: target: ${{ matrix.platform.target }} executable-name: 'uv-migrator' - if: matrix.toolchain == 'stable' \ No newline at end of file