Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Nugine committed Dec 26, 2022
1 parent aace178 commit bf72ad1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -133,8 +133,9 @@ jobs:
toolchain: stable
targets: ${{ matrix.target }}
components: rustfmt
- run: |
cargo install cross --git https://github.com/cross-rs/cross
- uses: taiki-e/install-action@v1
with:
tool: cross
- run: |
cross test --all-features --target=${{ matrix.target }} -- --test-threads=1
Expand Down Expand Up @@ -167,7 +168,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- run: cargo install ripgrep
- uses: taiki-e/install-action@v1
with:
tool: ripgrep
- name: diff
run: |
cp src/bindings.rs bindings.rs
Expand Down

0 comments on commit bf72ad1

Please sign in to comment.