Skip to content

Commit

Permalink
let distrotests run after sucessful coverage run
Browse files Browse the repository at this point in the history
  • Loading branch information
felixschurk committed Jun 17, 2024
1 parent 4d0a2d7 commit 3ec5156
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## Run the Taskwarrior tests, using stable rust to build TaskChampion.

name: tests
on: [push, pull_request]
on:
workflow_run:
workflows: ["Coveralls Report"]
types:
- completed
jobs:
# MacOS tests do not run in Docker, and use the actions-rs Rust installaction
tests-macos-12:
Expand Down

0 comments on commit 3ec5156

Please sign in to comment.