mirror of
https://github.com/Stremio/stremio-shell-ng.git
synced 2026-01-11 22:40:32 +00:00
Add target for tests
This commit is contained in:
parent
a8f4e9c960
commit
c2846a768a
1 changed files with 1 additions and 5 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
|
@ -12,10 +12,6 @@ jobs:
|
|||
run: git config --global core.autocrlf false
|
||||
- name: checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Set up Visual Studio shell
|
||||
uses: egor-tensin/vs-shell@v2
|
||||
with:
|
||||
arch: Win32
|
||||
- name: Stable with rustfmt and clippy
|
||||
uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
with:
|
||||
|
|
@ -27,5 +23,5 @@ jobs:
|
|||
- name: Lint code
|
||||
run: cargo clippy --all -- -D warnings
|
||||
- name: Test
|
||||
run: cargo test
|
||||
run: cargo test --target i686-pc-windows-msvc
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue