1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

Merge branch 'master' into dependabot/github_actions/taiki-e/install-action-2.42.0

This commit is contained in:
Rob Ede
2024-07-20 00:57:50 +01:00
committed by GitHub
4 changed files with 5 additions and 6 deletions

View File

@ -50,7 +50,7 @@ jobs:
redis-version: 6
- name: cargo test
run: cargo test --workspace --all-features --no-fail-fast --exclude=diesel-example -- --nocapture
run: cargo test --workspace --all-features --no-fail-fast --exclude=db-diesel -- --nocapture
timeout-minutes: 30
- name: cargo test (diesel)
@ -60,7 +60,7 @@ jobs:
cd databases/diesel
diesel migration run
chmod a+rwx test.db
cargo test -p=diesel-example --no-fail-fast -- --nocapture
cargo test -p=db-diesel --no-fail-fast -- --nocapture
timeout-minutes: 10
- name: Install cargo-ci-cache-clean