Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackPhlox authored Dec 19, 2024
1 parent a8ee27b commit cde354f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,16 @@ jobs:
override: true
- name: Install Dependencies
run: sudo apt-get update; sudo apt-get install pkg-config libx11-dev libwayland-dev libxkbcommon-dev libasound2-dev libudev-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev
- name: Run cargo test
- name: Run cargo test - default flags
uses: actions-rs/cargo@v1
with:
command: test
args: --examples
- name: Run cargo test - no default flags
uses: actions-rs/cargo@v1
with:
command: test
args: --examples --no-default-features
- name: Run cargo test for docs
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit cde354f

Please sign in to comment.