Skip to content

Commit

Permalink
chore: move nightly code to its own branch
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikeForceZero committed Jan 21, 2025
1 parent 1176b1d commit 13a7968
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
# Trigger the workflow on push and pull requests to the main branch
push:
branches:
- main
- nightly
pull_request:
branches:
- main
- nightly

env:
CARGO_TERM_COLOR: always
Expand All @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
toolchain: [stable, nightly]
toolchain: [nightly]
feature-set: [default, missing_auto_plugin_is_compile_error]
steps:
# Checkout the repository
Expand All @@ -36,7 +36,6 @@ jobs:

# Run tests with the specified feature set
- name: Run tests
if: ${{ matrix.toolchain == 'nightly' || matrix.feature-set == 'default' }}
run: |
echo "Testing with ${{ matrix.toolchain }} and features: ${{ matrix.toolchain }},${{ matrix.feature-set }}"
cargo test --features "${{ matrix.toolchain }},${{ matrix.feature-set }}"
2 changes: 0 additions & 2 deletions crates/nightly_shared/rust-toolchain.toml

This file was deleted.

File renamed without changes.

0 comments on commit 13a7968

Please sign in to comment.