Skip to content

Commit

Permalink
Add target for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
core1024 committed Oct 17, 2024
1 parent e25df5d commit 711f6c8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit 711f6c8

Please sign in to comment.