mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-11 01:53:23 +01:00
5 lines
197 B
Bash
5 lines
197 B
Bash
|
#!/bin/zsh
|
||
|
|
||
|
cargo test longhauling_task_join -- --ignored --exact --nocapture
|
||
|
cargo test slow_join_interrupted -- --ignored --exact --nocapture
|
||
|
cargo test slow_join -- --ignored --exact --nocapture
|