aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 450a467..b394359 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -43,6 +43,3 @@ jobs:
rust-version: nightly
- name: tests validator_derive with all features
run: cd validator_derive && cargo test --all-features
- - name: tests validator_derive with no features
- run: cd validator_derive && cargo test --no-default-features
-