Skip to content

Commit

Permalink
fix: remove ci steps about actix
Browse files Browse the repository at this point in the history
  • Loading branch information
MuZhou233 committed Feb 7, 2024
1 parent 8e75884 commit a999a3e
Showing 1 changed file with 0 additions and 51 deletions.
51 changes: 0 additions & 51 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,23 +173,6 @@ jobs:
command: test
args: --no-default-features --features postgres,runtime-tokio-rustls

# actix
- name: Cargo Test For PostgreSQL,runtime-actix-native-tls
uses: actions-rs/cargo@v1
env:
DATABASE_URL: postgres://casbin_rs:casbin_rs@localhost:5432/casbin
with:
command: test
args: --no-default-features --features postgres,runtime-actix-native-tls

- name: Cargo Test For PostgreSQL,runtime-actix-rustls
uses: actions-rs/cargo@v1
env:
DATABASE_URL: postgres://casbin_rs:casbin_rs@localhost:5432/casbin
with:
command: test
args: --no-default-features --features postgres,runtime-actix-rustls

# MySQL
# async-std
- name: Cargo Test For MySQL,runtime-async-std-native-tls
Expand Down Expand Up @@ -225,23 +208,6 @@ jobs:
command: test
args: --no-default-features --features mysql,runtime-tokio-rustls

# actix
- name: Cargo Test For MySQL,runtime-actix-native-tls
uses: actions-rs/cargo@v1
env:
DATABASE_URL: mysql://casbin_rs:casbin_rs@localhost:3306/casbin
with:
command: test
args: --no-default-features --features mysql,runtime-actix-native-tls

- name: Cargo Test For MySQL,runtime-actix-rustls
uses: actions-rs/cargo@v1
env:
DATABASE_URL: mysql://casbin_rs:casbin_rs@localhost:3306/casbin
with:
command: test
args: --no-default-features --features mysql,runtime-actix-rustls

#SQLite
#async-std
- name: Cargo Test For SQLite,runtime-async-std-native-tls
Expand Down Expand Up @@ -277,23 +243,6 @@ jobs:
command: test
args: --no-default-features --features sqlite,runtime-tokio-rustls

# actix
- name: Cargo Test For SQLite,runtime-actix-native-tls
uses: actions-rs/cargo@v1
env:
DATABASE_URL: sqlite:casbin.db
with:
command: test
args: --no-default-features --features sqlite,runtime-actix-native-tls

- name: Cargo Test For SQLite,runtime-actix-rustls
uses: actions-rs/cargo@v1
env:
DATABASE_URL: sqlite:casbin.db
with:
command: test
args: --no-default-features --features sqlite,runtime-actix-rustls

- name: Cargo Clippy
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit a999a3e

Please sign in to comment.