diff options
author | Valery Piashchynski <[email protected]> | 2022-05-09 16:27:58 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-05-09 16:27:58 +0200 |
commit | 383cf6cdc03b9ed945a020773ca4e3b898f9edfc (patch) | |
tree | 6a79aa0648db37fe5cd03e121bc0ddd778ea1179 | |
parent | d51bdba91768cd5ca63cc166f46910bd3e0d29cd (diff) |
freebsd test builds
Signed-off-by: Valery Piashchynski <[email protected]>
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3d6d2869..9542537f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -89,7 +89,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ linux, darwin, windows ] + os: [ linux, darwin, windows, freebsd ] steps: - name: Set up Go uses: actions/setup-go@v3 # action page: <https://github.com/actions/setup-go> |