mirror of
https://github.com/actix/actix-web.git
synced 2025-01-23 07:28:06 +00:00
only run tests on stable
This commit is contained in:
parent
f3f41a0cc7
commit
2f79daec16
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -68,6 +68,7 @@ jobs:
|
|||
with: { command: ci-check-default }
|
||||
|
||||
- name: tests
|
||||
if: matrix.version == 'stable' # temp?
|
||||
timeout-minutes: 60
|
||||
run: |
|
||||
cargo test --lib --tests -p=actix-router --all-features
|
||||
|
|
Loading…
Reference in a new issue