mirror of
https://github.com/actix/actix-extras.git
synced 2025-07-01 20:25:09 +02:00
Add support for opentelemetry 0.17, actix-web rc.2 (#74)
* Add support for opentelemetry 0.17, actix-web rc.2 * Enable actix-web macros for tests * Link to newest opentelemetry in readme * Add opentelemetry_0_17 to workflows
This commit is contained in:
3
.github/workflows/general.yml
vendored
3
.github/workflows/general.yml
vendored
@ -52,6 +52,7 @@ jobs:
|
||||
- opentelemetry_0_14
|
||||
- opentelemetry_0_15
|
||||
- opentelemetry_0_16
|
||||
- opentelemetry_0_17
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Cache dependencies
|
||||
@ -101,4 +102,4 @@ jobs:
|
||||
- uses: actions-rs/clippy-check@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
args: -- -D warnings
|
||||
args: -- -D warnings
|
||||
|
Reference in New Issue
Block a user