refactor(complete): Merge test binaries for better parallelism

This commit is contained in:
Ed Page 2023-07-20 13:34:09 -05:00
parent 010d7c5464
commit 5c362fe5b1
9 changed files with 13 additions and 5 deletions

View file

@ -1,4 +1,4 @@
mod common;
use crate::common;
#[test]
fn basic() {

View file

@ -1,4 +1,4 @@
mod common;
use crate::common;
#[test]
fn basic() {

View file

@ -1,4 +1,4 @@
mod common;
use crate::common;
#[test]
fn basic() {

View file

@ -0,0 +1,8 @@
mod bash;
mod common;
mod dynamic;
mod elvish;
mod fish;
mod general;
mod powershell;
mod zsh;

View file

@ -1,4 +1,4 @@
mod common;
use crate::common;
#[test]
fn basic() {

View file

@ -1,4 +1,4 @@
mod common;
use crate::common;
#[test]
fn basic() {