mirror of
https://github.com/openharmony/third_party_rust_libloading.git
synced 2026-07-19 13:16:19 -04:00
Do not test nonexistent examples
This commit is contained in:
@@ -40,21 +40,11 @@ jobs:
|
||||
with:
|
||||
command: test
|
||||
args: --manifest-path=Cargo.toml -- --nocapture
|
||||
- name: Test Examples
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test
|
||||
args: --manifest-path=Cargo.toml --examples -- --nocapture
|
||||
- name: Test Release
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test
|
||||
args: --manifest-path=Cargo.toml --release -- --nocapture
|
||||
- name: Test Release Examples
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test
|
||||
args: --manifest-path=Cargo.toml --examples --release -- --nocapture
|
||||
|
||||
windows-gnu-test:
|
||||
runs-on: windows-latest
|
||||
|
||||
Reference in New Issue
Block a user