Skip to content

Commit

Permalink
docs: add testing section in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
d-strobel committed Oct 15, 2023
1 parent 4473130 commit 75a74ae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ Go library to configure Windows based systems.

This package mainly focuses on providing the neccessary functions for the [terraform-provider-windows](https://github.com/d-strobel/terraform-provider-windows).

## Development

### Testing

To run all tests run the following command:
```bash
make testacc
```

## Inspirations
* [hashicorp - terraform-provider-ad](https://github.com/hashicorp/terraform-provider-ad)
Expand Down

0 comments on commit 75a74ae

Please sign in to comment.