aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorVincent Prouillet2019-10-14 20:38:48 +0200
committerVincent Prouillet2019-10-14 20:51:24 +0200
commit8fd0d392558422d95119a2e09f261bd4ac54e6d2 (patch)
treedd525d32c62c0ff29c8d59ce2bf92a8fc4e329fc /.github
parent5c509da6e41726e5a80d52c10f70e582b28d145f (diff)
downloadvalidator-8fd0d392558422d95119a2e09f261bd4ac54e6d2.tar.bz2
Update deps
Diffstat (limited to '.github')
-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
-