Skip to content

Commit

Permalink
Merge pull request #327 from taiki-e/ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Mar 12, 2022
2 parents 78f09f4 + 7bded13 commit d2a1c28
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml
Expand Up @@ -8,6 +8,7 @@ on:
pull_request:

env:
CARGO_INCREMENTAL: 0
RUST_TEST_THREADS: 1

jobs:
Expand All @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit d2a1c28

Please sign in to comment.