Skip to content

Commit

Permalink
Merge pull request #15 from fussybeaver/ND-schedules-CI
Browse files Browse the repository at this point in the history
Add schedules tests to CI
  • Loading branch information
fussybeaver authored Nov 4, 2022
2 parents b7507e6 + 44ed30d commit 3058aaa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,15 @@ jobs:
command: test
args: on_calls

- name: Run schedules tests
uses: actions-rs/cargo@v1
env:
PAGERDUTY_API_ENDPOINT: http://127.0.0.1:8081
RUST_LOG: praiya=debug
with:
command: test
args: schedule

- name: Run doc tests
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 3058aaa

Please sign in to comment.