Skip to content

Commit

Permalink
ci: exclude examples from cargo test
Browse files Browse the repository at this point in the history
  • Loading branch information
amr-crabnebula committed Oct 2, 2023
1 parent 03eb05e commit 933f3e9
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ concurrency:
jobs:
clippy:
runs-on: ubuntu-latest
strategy:
fail-fast: false

steps:
- uses: actions/checkout@v4
Expand All @@ -40,8 +38,6 @@ jobs:

fmt:
runs-on: ubuntu-latest
strategy:
fail-fast: false

steps:
- uses: actions/checkout@v4
Expand All @@ -62,10 +58,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: install webkit2gtk
if: matrix.platform == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y webkit2gtk-4.1 libayatana-appindicator3-dev
- uses: Swatinem/rust-cache@v2
- run: cargo test --workspace --all-targets --all-features --no-fail-fast
- run: cargo test --workspace --lib --bins --tests --benches --all-features --no-fail-fast

0 comments on commit 933f3e9

Please sign in to comment.