1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-12 10:19:36 +00:00

only run tests on stable

This commit is contained in:
Rob Ede 2022-07-02 17:05:48 +01:00
parent f3f41a0cc7
commit 2f79daec16
No known key found for this signature in database
GPG key ID: 97C636207D3EF933

View file

@ -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