Skip to content

Commit

Permalink
Add tests back into release workflow (#1874)
Browse files Browse the repository at this point in the history
  • Loading branch information
James McClain committed Aug 30, 2023
1 parent b307bbb commit 2c18e26
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ jobs:

- run: ./scripts/cibuild

- run: docker system prune -f

- run: ./scripts/test "style_tests"

- run: ./scripts/test "unit_tests"

- run: ./scripts/test "integration_tests"

- run: ./scripts/test "coverage"

- uses: codecov/codecov-action@v2

- run: ./scripts/cipublish
Expand Down

0 comments on commit 2c18e26

Please sign in to comment.