Skip to content

Commit

Permalink
Test x86_64-win7-windows-msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
yy0931 committed Mar 13, 2024
1 parent 8054166 commit bef8649
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
rustup +nightly component add rust-src
cargo +nightly build -Z build-std --release --features sqlite --target ${{ matrix.target }}
cp target/${{ matrix.target }}/release/sqlite3-editor.exe sqlite3-editor-${{ matrix.vsce_target }}.exe
- name: Test
run: target/${{ matrix.target }}/release/sqlite3-editor.exe version
if: ${{ matrix.target == 'x86_64-win7-windows-msvc' }}
- uses: actions/upload-artifact@v3
with:
name: artifact-${{ matrix.vsce_target }}.exe
Expand Down

0 comments on commit bef8649

Please sign in to comment.