mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-24 13:39:08 +00:00
5 lines
139 B
Bash
Executable file
5 lines
139 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -euxo pipefail
|
|
|
|
cargo nextest run --workspace --no-fail-fast --features unit-eval --no-capture -E 'test(::eval_)'
|