mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01:00
add in the nu-cmd-extra tests to the CI (#9439)
See if the CI passes with the nu-cmd-extra tests...
This commit is contained in:
parent
2fd4a36c0d
commit
b5d43f1e20
17
.github/workflows/ci.yml
vendored
17
.github/workflows/ci.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
# builds to link against a too-new-for-many-Linux-installs glibc version. Consider
|
# builds to link against a too-new-for-many-Linux-installs glibc version. Consider
|
||||||
# revisiting this when 20.04 is closer to EOL (April 2025)
|
# revisiting this when 20.04 is closer to EOL (April 2025)
|
||||||
platform: [windows-latest, macos-latest, ubuntu-20.04]
|
platform: [windows-latest, macos-latest, ubuntu-20.04]
|
||||||
style: [default, dataframe]
|
style: [default, dataframe, extra]
|
||||||
rust:
|
rust:
|
||||||
- stable
|
- stable
|
||||||
include:
|
include:
|
||||||
@ -23,6 +23,8 @@ jobs:
|
|||||||
flags: ""
|
flags: ""
|
||||||
- style: dataframe
|
- style: dataframe
|
||||||
flags: "--features=dataframe "
|
flags: "--features=dataframe "
|
||||||
|
- style: extra
|
||||||
|
flags: "--features=extra "
|
||||||
exclude:
|
exclude:
|
||||||
# only test dataframes on Ubuntu (the fastest platform)
|
# only test dataframes on Ubuntu (the fastest platform)
|
||||||
- platform: windows-latest
|
- platform: windows-latest
|
||||||
@ -56,7 +58,7 @@ jobs:
|
|||||||
fail-fast: true
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
platform: [windows-latest, macos-latest, ubuntu-20.04]
|
platform: [windows-latest, macos-latest, ubuntu-20.04]
|
||||||
style: [default, dataframe]
|
style: [default, dataframe, extra]
|
||||||
rust:
|
rust:
|
||||||
- stable
|
- stable
|
||||||
include:
|
include:
|
||||||
@ -64,12 +66,21 @@ jobs:
|
|||||||
flags: ""
|
flags: ""
|
||||||
- style: dataframe
|
- style: dataframe
|
||||||
flags: "--features=dataframe"
|
flags: "--features=dataframe"
|
||||||
|
- style: extra
|
||||||
|
flags: "--features=extra"
|
||||||
|
|
||||||
exclude:
|
exclude:
|
||||||
# only test dataframes on Ubuntu (the fastest platform)
|
# only test dataframes and extra on Ubuntu (the fastest platform)
|
||||||
- platform: windows-latest
|
- platform: windows-latest
|
||||||
style: dataframe
|
style: dataframe
|
||||||
- platform: macos-latest
|
- platform: macos-latest
|
||||||
style: dataframe
|
style: dataframe
|
||||||
|
- platform: windows-latest
|
||||||
|
style: extra
|
||||||
|
- platform: macos-latest
|
||||||
|
style: extra
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user