Skip to content

Commit

Permalink
Add testing for Stack Overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PaperMtn committed Apr 26, 2024
1 parent 63dc74d commit 73ecd7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ jobs:
- name: Slack EG Tests
run: python -m unittest tests/test_format_slack_eg.py
- name: Slack STD Tests
run: python -m unittest tests/test_format_slack_std.py
run: python -m unittest tests/test_format_slack_std.py
- name: Stack Overflow Tests
run: python -m unittest tests/test_format_stack_overflow.py

0 comments on commit 73ecd7c

Please sign in to comment.