Skip to content

Commit c48f844

Browse files
committed
implement basic GUI (monolith-gui)
1 parent de56957 commit c48f844

File tree

9 files changed

+1771
-380
lines changed

9 files changed

+1771
-380
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jobs:
3232
uses: actions/checkout@v4
3333

3434
- name: Build
35-
run: cargo build --all --locked --verbose
35+
run: |
36+
cargo build --all --locked --verbose
37+
cargo build --locked --verbose --bin monolith-gui --features="gui"
3638
3739
- name: Run tests
3840
run: cargo test --all --locked --verbose

0 commit comments

Comments
 (0)