Skip to content

Commit

Permalink
build frontend in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wyatt-avilla committed Jun 22, 2024
1 parent ff29722 commit ee57883
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Build
- name: Build Backend
run: touch .env && cargo build --verbose
- name: Build Frontend
run: cargo install trunk && cd frontend && trunk build --release
- name: Run tests
run: cargo test --verbose
- name: Run Clippy
Expand Down

0 comments on commit ee57883

Please sign in to comment.