Skip to content

Commit

Permalink
Add druid deps
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhickman committed Jan 23, 2022
1 parent 1b9a0aa commit 7d935bc
Show file tree
Hide file tree
Showing 3 changed files with 263 additions and 255 deletions.
33 changes: 12 additions & 21 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,15 @@ on: [push, pull_request]
name: Continuous integration

jobs:
test:
name: Test Suite
check:
name: Lints and tests
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: install libx11-dev
run: |
sudo apt update
sudo apt install libx11-dev libpango1.0-dev libxkbcommon-dev libxkbcommon-x11-dev
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true

- name: Run cargo test
uses: actions-rs/cargo@v1
with:
command: test

lints:
name: Lints
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2

Expand All @@ -47,4 +33,9 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings
args: -- -D warnings

- name: Run cargo test
uses: actions-rs/cargo@v1
with:
command: test
Loading

0 comments on commit 7d935bc

Please sign in to comment.