Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 506 Bytes

dev-notes.adoc

File metadata and controls

24 lines (14 loc) · 506 Bytes

Dev notes

Tooling: act

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