Skip to content

Commit 91ba853

Browse files
committed
Include new feature flags in ci testing
1 parent 2ed3b02 commit 91ba853

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cargo test --features ${{ matrix.lua }},vendored
2626
- name: Run ${{ matrix.lua }} tests (full)
2727
run: |
28-
cargo test --features ${{ matrix.lua }},vendored,json,regex,yaml
28+
cargo test --features ${{ matrix.lua }},vendored,json,regex,yaml,http,task
2929
3030
rustfmt:
3131
name: Rustfmt
@@ -53,4 +53,4 @@ jobs:
5353
with:
5454
components: clippy
5555
- run: |
56-
cargo clippy --features lua54,vendored,json,regex,yaml -- -D warnings
56+
cargo clippy --features lua54,vendored,json,regex,yaml,http,task -- -D warnings

tarpaulin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[lua54]
2-
features = "lua54,vendored,json,regex,yaml"
2+
features = "lua54,vendored,json,regex,yaml,http,task"

0 commit comments

Comments
 (0)