Update CI commands to use just

This commit is contained in:
Oliver Davies 2024-03-01 20:46:04 +00:00
parent 5029aab415
commit bdfc54379a

View file

@ -29,8 +29,8 @@ clean:
ci-test:
nix develop --command composer install
nix develop --command ./run test:snapshots
nix develop --command phpunit --testdox
nix develop --command just run-snapshots
nix develop --command vendor/bin/phpunit --testdox
test *args:
phpunit {{ args }}