Skip to content

Commit

Permalink
ci: resume the sandbox test on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonbrad authored Feb 6, 2024
1 parent 4200573 commit feaeb3e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
include:
- os: ubuntu-latest
headless: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- os: macos-latest
extra: -- --skip test_simple

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -52,11 +50,10 @@ jobs:
run: cargo build --all-features --verbose

- name: Run tests (minimal)
run: cargo test --no-default-features --lib --bins --tests --verbose ${{matrix.extra}}
run: cargo test --no-default-features --lib --bins --tests --verbose

- name: Run tests (normal)
run: cargo test --lib --bins --tests --verbose ${{matrix.extra}}
run: cargo test --lib --bins --tests --verbose

- name: Run tests (full)
run: cargo test --all-features --lib --bins --tests --verbose ${{matrix.extra}}

run: cargo test --all-features --lib --bins --tests --verbose

0 comments on commit feaeb3e

Please sign in to comment.