Skip to content

Commit

Permalink
Merge pull request #45 from gilescope/giles-remove-nightly-features
Browse files Browse the repository at this point in the history
update deps and remove nightly features
  • Loading branch information
gilescope authored Jun 29, 2024
2 parents 91eef22 + a8a91c7 commit e756cb8
Show file tree
Hide file tree
Showing 49 changed files with 22,389 additions and 173 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- if: ${{ matrix.os == 'ubuntu-latest' }}
run: sudo apt-get install libxcb-shape0-dev libxcb-xfixes0-dev
- uses: actions/checkout@v4
- uses: earthly/actions-setup@v1
with:
version: v0.8.0
- name: Run tests
run: cargo test --locked --verbose
run: earthly +test
Loading

0 comments on commit e756cb8

Please sign in to comment.