Skip to content

Commit

Permalink
More exhaustive build CI job (#102)
Browse files Browse the repository at this point in the history
* More exhaustive build CI job

* Update rust.yml
  • Loading branch information
JSorngard authored Jan 26, 2025
1 parent e15d6d3 commit 5b462fc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
- uses: taiki-e/install-action@v2
with:
tool: cargo-all-features
- name: Build normal feature combinations
run: cargo build-all-features
- name: Build binary
run: cargo build --features binary
- name: Build binary with GUI
run: cargo build --features gui

doc:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5b462fc

Please sign in to comment.