Skip to content

Commit

Permalink
Merge pull request #148 from SpiffyEight77/docs/update-readme
Browse files Browse the repository at this point in the history
README: Update testing section in README.md
  • Loading branch information
stgraber authored Oct 21, 2024
2 parents 0777f73 + 19c049f commit f58b6bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ Incus environment.
##### Unit tests

```shell
make
make test
```

##### Acceptance tests

```shell
make acc
make testacc
# or run an individual test
TESTARGS="-run TestAccImage_basicVM" make testacc
# increase test verbosity. options are trace, debug, info, warn, or error (default)
Expand Down

0 comments on commit f58b6bd

Please sign in to comment.