mirror of
https://github.com/nushell/nushell.git
synced 2025-08-15 11:43:18 +02:00
try to update beta but not set it as default
This commit is contained in:
4
.github/workflows/beta-test.yml
vendored
4
.github/workflows/beta-test.yml
vendored
@ -35,10 +35,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- run: rustup update beta && rustup default beta
|
||||
- run: rustup update beta
|
||||
|
||||
- name: Tests
|
||||
run: cargo test --workspace --profile ci --exclude nu_plugin_*
|
||||
run: cargo +beta test --workspace --profile ci --exclude nu_plugin_*
|
||||
- name: Check for clean repo
|
||||
shell: bash
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user