We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0e9c2 commit dc8c867Copy full SHA for dc8c867
functions/nt.fish
@@ -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