Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc committed Nov 26, 2024
1 parent 69cbc9b commit d2b1526
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,18 @@ jobs:

steps:
- uses: actions/checkout@v4
- run: rustup target add wasm32-unknown-unknown
- name: Build
run: cargo build --verbose --all-features

lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
rustup target add wasm32-unknown-unknown
rustup toolchain install nightly
rustup component add rustfmt --toolchain nightly
- name: Clippy
run: cargo clippy --all --all-features
- name: Formatting
Expand All @@ -35,5 +40,6 @@ jobs:
- name: Install nextest
uses: taiki-e/install-action@nextest
- uses: actions/checkout@v4
- run: rustup target add wasm32-unknown-unknown
- name: Run tests
run: cargo nextest run

0 comments on commit d2b1526

Please sign in to comment.