summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorinitard <alex.solomes@softwareag.com>2022-07-15 15:14:19 +0100
committerinitard <alex.solomes@softwareag.com>2022-07-18 16:03:20 +0100
commit3d2b89ccbfa857009cad184f6cbaf7e05d5f6bd8 (patch)
treea3b957a6a754d61d07dbad77c32a16e6cfcd58e9 /.github
parent51ba2794ce2efced1417a553ca2602a03336c98b (diff)
cargo test for feature fs-notify
ensuring fs-notify feature flag tests are triggered in the ci pipeline Signed-off-by: initard <alex.solomes@softwareag.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pull-request-checks.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml
index 51544e6e..5d6e4b31 100644
--- a/.github/workflows/pull-request-checks.yml
+++ b/.github/workflows/pull-request-checks.yml
@@ -240,7 +240,7 @@ jobs:
# https://github.com/marketplace/actions/rust-cargo
with:
command: test
- args: --no-fail-fast
+ args: --no-fail-fast --features fs-notify
cargo-build:
name: Run cargo build