Skip to content

Commit

Permalink
fix --exclude format in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Nov 15, 2021
1 parent 0694a8e commit 3220294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ jobs:
- name: Check formatting
run: mix format --check-formatted
- name: Run tests
run: mix test --cover --exclude gossip
run: mix test --cover --exclude=gossip

0 comments on commit 3220294

Please sign in to comment.