Skip to content

Commit

Permalink
Run tests when Cargo.toml changes
Browse files Browse the repository at this point in the history
  • Loading branch information
quodlibetor committed Sep 26, 2020
1 parent cf771cb commit 42a877f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ on:
paths:
- '**.rs'
- .github/**
- Cargo.toml
pull_request:
branches: [main, master]
paths:
- '**.rs'
- .github/**
- Cargo.toml

jobs:
test:
Expand Down

0 comments on commit 42a877f

Please sign in to comment.