mirror of
https://github.com/danbulant/lucide
synced 2026-05-19 04:18:41 +00:00
ci: disable test step (#151)
This commit is contained in:
parent
8b4da4f131
commit
8f9939beb5
1 changed files with 14 additions and 13 deletions
27
.github/workflows/ci.yml
vendored
27
.github/workflows/ci.yml
vendored
|
|
@ -48,19 +48,20 @@ jobs:
|
|||
- name: Check formatting
|
||||
run: cargo fmt --all --check
|
||||
|
||||
test:
|
||||
name: Test
|
||||
runs-on: ubuntu-latest
|
||||
# This repository has no tests, so save some time by skipping test builds for all components.
|
||||
# test:
|
||||
# name: Test
|
||||
# runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
# steps:
|
||||
# - name: Checkout
|
||||
# uses: actions/checkout@v5
|
||||
|
||||
- name: Set up Rust toolchain
|
||||
uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
with:
|
||||
components: clippy, rustfmt
|
||||
target: wasm32-unknown-unknown
|
||||
# - name: Set up Rust toolchain
|
||||
# uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
# with:
|
||||
# components: clippy, rustfmt
|
||||
# target: wasm32-unknown-unknown
|
||||
|
||||
- name: Test
|
||||
run: cargo test --all-features --locked --release
|
||||
# - name: Test
|
||||
# run: cargo test --all-features --locked --release
|
||||
|
|
|
|||
Loading…
Reference in a new issue