1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 15:04:36 +03:00

ci: tidy up termwiz workflow

This commit is contained in:
Wez Furlong 2022-01-12 07:19:44 -07:00
parent 4452fbe798
commit f6e56aab10

View File

@ -29,7 +29,7 @@ on:
- "**/*.md"
jobs:
build-docs:
build-termwiz-all-features:
runs-on: ubuntu-latest
steps:
- name: Checkout
@ -46,4 +46,5 @@ jobs:
run: |
source $HOME/.cargo/env
cargo build -p termwiz --all-features
cargo test -p termwiz --all-features