Skip to content

Commit

Permalink
Add CI job to run all ui tests
Browse files Browse the repository at this point in the history
  • Loading branch information
justahero committed Nov 8, 2021
1 parent f15cb48 commit 918aa99
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,18 @@ jobs:
- name: Run rustfmt & clippy
run: cargo xtask test-lint

ui:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Install Rust stable, run all UI tests on the host
run: cargo xtask test-ui

mdbook:
strategy:
matrix:
Expand Down Expand Up @@ -143,6 +155,7 @@ jobs:
- mdbook
- qemu-snapshot
- backcompat
- ui
runs-on: ubuntu-20.04
steps:
- name: CI succeeded
Expand Down

0 comments on commit 918aa99

Please sign in to comment.