Skip to content

Commit

Permalink
Optimize GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Feb 7, 2022
1 parent c2ee25a commit d541f9e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
runtime: [async-std, actix, tokio]
runtime: [async-std]
tls: [native-tls, rustls]
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
runtime: [async-std, actix, tokio]
runtime: [actix]
tls: [native-tls, rustls]
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
runtime: [async-std, actix, tokio]
runtime: [tokio]
tls: [native-tls, rustls]
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -256,11 +256,11 @@ jobs:
args: >
--manifest-path sea-orm-rocket/Cargo.toml
# - uses: actions-rs/cargo@v1
# with:
# command: test
# args: >
# --manifest-path sea-orm-cli/Cargo.toml
- uses: actions-rs/cargo@v1
with:
command: test
args: >
--manifest-path sea-orm-cli/Cargo.toml
cli:
name: CLI
Expand Down Expand Up @@ -356,7 +356,7 @@ jobs:
strategy:
fail-fast: false
matrix:
runtime: [async-std, actix, tokio]
runtime: [async-std]
tls: [native-tls, rustls]
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -400,7 +400,7 @@ jobs:
fail-fast: false
matrix:
version: [8.0, 5.7]
runtime: [async-std, actix, tokio]
runtime: [actix]
tls: [native-tls]
services:
mysql:
Expand Down Expand Up @@ -461,7 +461,7 @@ jobs:
fail-fast: false
matrix:
version: [10.6, 10.5, 10.4]
runtime: [async-std, actix, tokio]
runtime: [actix]
tls: [native-tls]
services:
mysql:
Expand Down

0 comments on commit d541f9e

Please sign in to comment.