Skip to content

Commit

Permalink
[wip] false unrelated
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed May 31, 2024
1 parent b145fa8 commit ce1f1d7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
strategy:
matrix:
target:
- x86_64-pc-windows-msvc
- i686-pc-windows-msvc
# - x86_64-pc-windows-msvc
# - i686-pc-windows-msvc
- x86_64-pc-windows-gnu
- i686-pc-windows-gnu
include:
Expand Down Expand Up @@ -75,6 +75,7 @@ jobs:
shell: cmd

msrv:
if: false
runs-on: windows-latest
# needs: [build]
env:
Expand All @@ -92,12 +93,14 @@ jobs:
cargo build --locked
rustfmt:
if: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo fmt -- --check

rustdoc:
if: false
runs-on: windows-latest
steps:
- name: Before checking out source and change \n -> \r\n
Expand Down Expand Up @@ -130,6 +133,7 @@ jobs:
uses: actions/deploy-pages@v4

clippy:
if: false
runs-on: windows-latest
needs: [build]
steps:
Expand Down

0 comments on commit ce1f1d7

Please sign in to comment.