Skip to content

Commit

Permalink
chore: lint before build
Browse files Browse the repository at this point in the history
  • Loading branch information
mosure committed Jan 15, 2024
1 parent d28eb58 commit 1008b27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
components: rustfmt, clippy
enable-sccache: "true"

- name: lint
run: cargo clippy -- -Dwarnings

- name: build
run: cargo build --example=minimal

- name: build (web)
run: cargo build --example=minimal --target wasm32-unknown-unknown --release

- name: lint
run: cargo clippy -- -Dwarnings

0 comments on commit 1008b27

Please sign in to comment.