version: "3" tasks: unit: desc: "Uruchom testy jednostkowe" cmd: echo "No tests configured yet" all: desc: "Uruchom wszystkie testy" cmd: echo "No tests configured yet"