Warning
|
Due to a bug in act, the defaults defined in the action are not applied. That means must pass all the inputs while testing with act .
|
You can test locally using act:
act -W tests
To make it easier, you can also use just
:
just test <test_name>
For instance:
# Run the default dev workflow: tests/dev.yml just test # Run the ipfs test workflow just test ipfs