mirror of
https://github.com/openharmony/third_party_rust_parking_lot.git
synced 2026-07-01 21:03:59 -04:00
Merge pull request #327 from taiki-e/ci
This commit is contained in:
@@ -8,6 +8,7 @@ on:
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
CARGO_INCREMENTAL: 0
|
||||
RUST_TEST_THREADS: 1
|
||||
|
||||
jobs:
|
||||
@@ -18,7 +19,7 @@ jobs:
|
||||
os: [ubuntu, macos, windows]
|
||||
channel: [1.49.0, stable, beta, nightly]
|
||||
feature: [arc_lock, serde, deadlock_detection]
|
||||
exclude:
|
||||
exclude:
|
||||
- feature: deadlock_detection
|
||||
channel: '1.49.0'
|
||||
include:
|
||||
@@ -41,7 +42,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
target:
|
||||
target:
|
||||
- wasm32-unknown-unknown
|
||||
- x86_64-fortanix-unknown-sgx
|
||||
#- x86_64-unknown-redox
|
||||
|
||||
Reference in New Issue
Block a user