Skip to content

Commit

Permalink
fix(ci): enable echo_service test on GH actions again
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel-faber committed Oct 23, 2020
1 parent 620f63f commit 975b6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:

# Run tests.
- name: Run tests
run: cargo test --release --workspace -- --skip echo_service # test would timeout on CI
run: cargo test --release --workspace

# Test publish using --dry-run.
test-publish:
Expand Down

0 comments on commit 975b6ad

Please sign in to comment.