Add CI test for features
This commit is contained in:
parent
f48bcde63b
commit
585ff2760e
1 changed files with 12 additions and 0 deletions
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
|
@ -44,3 +44,15 @@ jobs:
|
|||
run: rustup show
|
||||
- name: test
|
||||
run: cargo test --all-features
|
||||
|
||||
check-features:
|
||||
name: Check features
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- name: install system dependencies
|
||||
run: sudo apt-get update && sudo apt-get install just
|
||||
- uses: actions/checkout@v3
|
||||
- name: install toolchain
|
||||
run: rustup show
|
||||
- name: check features
|
||||
run: just check-features
|
||||
Loading…
Add table
Add a link
Reference in a new issue