Skip to content

Commit

Permalink
Run main tests separately from publishing
Browse files Browse the repository at this point in the history
In practice, I'll have to push to both `master`, and whatever tag I
create. As such, I can wait for the tests on `master` to complete before
I push a tag. That will reduce redundant test running, and make the
publish workflow faster.
  • Loading branch information
jstrieb committed Dec 22, 2023
1 parent 93f6df7 commit 395c7b6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@ defaults:
shell: bash -euxo pipefail {0}

jobs:
test:
uses: ./.github/workflows/test.yml
build-packages:
name: Build distribution packages
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 395c7b6

Please sign in to comment.