mirror of
https://github.com/nushell/nushell.git
synced 2025-05-29 06:17:54 +02:00
remove the tests
This reverts commits: - e3e2a077be134d15b8e24d5c463c793b9ecf4db6 - 6404d0e2c4e8bb69d4824abe75786d579847a8d1 - ad3e8de25b33afb99de32da541447e0ca6c310a1 - 507f4bda44f0fb5afa10c141187d2e9007b91d1a
This commit is contained in:
parent
e3e2a077be
commit
6028b98483
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -115,9 +115,6 @@ jobs:
|
||||
# as part of #8525.
|
||||
run: cargo install --path . --locked --no-default-features
|
||||
|
||||
- name: System dependencies
|
||||
run: sudo apt install -y xclip
|
||||
|
||||
- name: Standard library tests
|
||||
run: nu crates/nu-utils/standard_library/tests.nu
|
||||
|
||||
|
@ -22,15 +22,3 @@ export def test_path_add [] {
|
||||
assert equal $env.PATH ["fooooo", "foo", "bar", "baz"]
|
||||
}
|
||||
}
|
||||
|
||||
export def test_clip_simple_string [] {
|
||||
use std.nu clip
|
||||
|
||||
"foo" | clip --silent --no-notify
|
||||
}
|
||||
|
||||
export def test_clip_structured_data [] {
|
||||
use std.nu clip
|
||||
|
||||
open Cargo.toml | get package | clip --silent --no-notify
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user