Skip to content

Commit dc8c867

Browse files
committed
Add next test command
1 parent ba0e9c2 commit dc8c867

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

functions/nt.fish

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Oxide
2+
function nt --description "Command to run tests for omicron"
3+
echo (tint: black "cargo nextest run -E \"test($argv)\"")
4+
cargo nextest run -p omicron-nexus -E "test($argv)"
5+
end

0 commit comments

Comments
 (0)