Skip to content

Commit ee57883

Browse files
committed
build frontend in ci
1 parent ff29722 commit ee57883

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rust.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v4
20-
- name: Build
20+
- name: Build Backend
2121
run: touch .env && cargo build --verbose
22+
- name: Build Frontend
23+
run: cargo install trunk && cd frontend && trunk build --release
2224
- name: Run tests
2325
run: cargo test --verbose
2426
- name: Run Clippy

0 commit comments

Comments
 (0)