Skip to content

Commit

Permalink
Remove MSRV variant of connect-tests
Browse files Browse the repository at this point in the history
MSRV is important (an tested separately) for the core crate
(and its dependencies) but doesn't apply to test code.

Run these daily to notice any breakage earlier.
  • Loading branch information
ctz committed Jul 13, 2023
1 parent 9939793 commit de6ce56
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/connect-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ permissions:

on:
schedule:
# We only run connectivity tests on a weekly basis, choosing a weekday and
# We run connectivity tests on a daily basis, choosing a
# a time slightly offset from the top of the hour.
- cron: '15 12 * * 3'
- cron: '15 18 * * *'

jobs:
build:
Expand All @@ -20,7 +20,6 @@ jobs:
- stable
- beta
- nightly
- "1.60" # MSRV
os: [ubuntu-20.04]
# but only stable on macos/windows (slower platforms)
include:
Expand Down

0 comments on commit de6ce56

Please sign in to comment.