Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
geom3trik committed Sep 18, 2023
1 parent 7a41daf commit 773d791
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@ name: Continuous Integration

jobs:
tests:
name: Test
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v3
- run: |
sudo apt update
sudo apt install libx11-xcb-dev libxcb-dri2-0-dev libgl1-mesa-dev libxcb-icccm4-dev libxcursor-dev libxcb-{render,shape,xfixes}0-dev
- uses: dtolnay/rust-toolchain@stable
- run: cargo test
- name: Install Dependencies
run: |
sudo apt update
sudo apt install libx11-xcb-dev libxcb-dri2-0-dev libgl1-mesa-dev libxcb-icccm4-dev libxcursor-dev libxcb-{render,shape,xfixes}0-dev
- name: Test
uses: dtolnay/rust-toolchain@stable
run: cargo test

fmt:
name: Format
Expand Down

0 comments on commit 773d791

Please sign in to comment.