Skip to content

Commit

Permalink
Iced (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-hope authored Aug 5, 2024
1 parent 446ffe2 commit 852a8c0
Show file tree
Hide file tree
Showing 9 changed files with 4,168 additions and 949 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: awalsh128/cache-apt-pkgs-action@v1.4.2
with:
packages: libgtk-4-1 libgtk-4-dev
- uses: ./.github/actions/rustup
- uses: taiki-e/install-action@nextest
- name: Build
run: cargo build --verbose
- name: Run clippy
run: cargo clippy --all-targets --all-features
- name: Run tests
run: cargo test --verbose
run: cargo nextest run
Loading

0 comments on commit 852a8c0

Please sign in to comment.