Merge pull request 'disable the unittests' (#32) from disable-empty-unittests into main
Reviewed-on: #32
This commit is contained in:
commit
6efc902e02
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -21,7 +21,9 @@ jobs:
|
|||||||
- uses: dtolnay/rust-toolchain@stable
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
- name: Install nextest
|
- name: Install nextest
|
||||||
uses: taiki-e/install-action@nextest
|
uses: taiki-e/install-action@nextest
|
||||||
- run: cargo nextest run --all-features -p va108xx-hal --no-tests=pass
|
# There is not a single test, and the tests are brittle because some dependencies do not
|
||||||
|
# like being run on general purpose machines..
|
||||||
|
# - run: cargo nextest run --all-features -p va108xx-hal --no-tests=pass
|
||||||
# I think we can skip those on an embedded crate..
|
# I think we can skip those on an embedded crate..
|
||||||
# - run: cargo test --doc -p va108xx-hal
|
# - run: cargo test --doc -p va108xx-hal
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user