diff --git a/shell.nix b/shell.nix index b7097af..c320d4a 100644 --- a/shell.nix +++ b/shell.nix @@ -13,6 +13,6 @@ stdenv.mkDerivation { echo "pio run --target upload" echo "" echo "# To test:" - echo "pio -c platformio-test.ini test -e native" + echo "pio test -c platformio-test.ini -e native" ''; }