Skip to content

Commit

Permalink
add section about integration testing to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein committed Oct 13, 2024
1 parent 8f81369 commit cbcabbc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ __Contents__
* [Migrating to Headscale on Fly.io](#migrating-to-headscale-on-flyio)
* [Migrating from Postgres](#migrating-from-postgres)
* [Development](#development)
* [Integration testing](#integration-testing)
<!-- end toc -->

## Prerequisites
Expand Down Expand Up @@ -289,3 +290,8 @@ To update the ToC in this file, run
Releases a tagged in the form of `<version>-headscale-<headscale_version>`. Requires that the [GitHub CLI].

$ ./scripts/release 0.1.0-headscale-0.23.0

## Integration testing

We perform a lightweight integration test by deploying the application to a Fly.io app after successful build on
the `main` branch, which will fail if the application doesn't come up healthy.

0 comments on commit cbcabbc

Please sign in to comment.