Skip to content

Commit

Permalink
Revert "Temporarily disable CI on nightly"
Browse files Browse the repository at this point in the history
This reverts commit 75552ff.
  • Loading branch information
marcoesposito1988 committed Aug 10, 2023
1 parent e0b895c commit af0c4a4
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ jobs:
strategy:
fail-fast: true
matrix:
channel: [stable, beta,
# nightly
]
channel: [stable, beta, nightly]
target:
# MSVC
# - i686-pc-windows-msvc
Expand Down Expand Up @@ -86,9 +84,7 @@ jobs:
strategy:
fail-fast: true
matrix:
channel: [stable, beta,
# nightly
]
channel: [stable, beta, nightly]
target:
# macOS
- x86_64-apple-darwin
Expand Down Expand Up @@ -126,9 +122,7 @@ jobs:
strategy:
fail-fast: true
matrix:
channel: [stable, beta,
# nightly
]
channel: [stable, beta, nightly]
target:
# WASM, off by default as most rust projects aren't compatible yet.
# - wasm32-unknown-emscripten
Expand Down

0 comments on commit af0c4a4

Please sign in to comment.