Build CSS for jobs that need the asset
Some checks failed
Push Workflows / rustfmt (push) Successful in 54s
Push Workflows / tailwind-build (push) Successful in 55s
Push Workflows / docs (push) Failing after 2m8s
Push Workflows / clippy (push) Failing after 2m14s
Push Workflows / test (push) Failing after 2m21s
Push Workflows / build (push) Failing after 3m5s
Push Workflows / nix-build (push) Has been cancelled
Some checks failed
Push Workflows / rustfmt (push) Successful in 54s
Push Workflows / tailwind-build (push) Successful in 55s
Push Workflows / docs (push) Failing after 2m8s
Push Workflows / clippy (push) Failing after 2m14s
Push Workflows / test (push) Failing after 2m21s
Push Workflows / build (push) Failing after 3m5s
Push Workflows / nix-build (push) Has been cancelled
This commit is contained in:
@@ -21,6 +21,8 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
- name: Use Cache
|
||||
uses: Swatinem/rust-cache@v2
|
||||
- name: Run tailwindcss
|
||||
run: tailwindcss --input style/tailwind.css
|
||||
- name: Test project
|
||||
run: cargo test --all-targets --all-features
|
||||
|
||||
@@ -31,6 +33,8 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
- name: Use Cache
|
||||
uses: Swatinem/rust-cache@v2
|
||||
- name: Run tailwindcss
|
||||
run: tailwindcss --input style/tailwind.css
|
||||
- name: Generate docs
|
||||
run: cargo doc --no-deps
|
||||
- name: Upload docs
|
||||
@@ -56,6 +60,8 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
- name: Use Cache
|
||||
uses: Swatinem/rust-cache@v2
|
||||
- name: Run tailwindcss
|
||||
run: tailwindcss --input style/tailwind.css
|
||||
- name: Run clippy
|
||||
env:
|
||||
RUSTFLAGS: "-D warnings"
|
||||
|
||||
Reference in New Issue
Block a user