mirror of
https://github.com/nushell/nushell.git
synced 2025-03-13 06:58:47 +01:00
try to update beta but not set it as default
This commit is contained in:
parent
c545d65d05
commit
2dcf03e4e7
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: |
|
||||
|
Loading…
Reference in New Issue
Block a user