summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 1ccb7b1c..95141bfa 100644
--- a/.github/workflows/pull-request-checks.yml
+++ b/.github/workflows/pull-request-checks.yml
@@ -306,7 +306,7 @@ jobs:
with:
use-cross: true
command: test
- args: --release --no-run --target=armv7-unknown-linux-gnueabihf
+ args: --release --no-run --target=armv7-unknown-linux-gnueabihf --features fs-notify
### Disable cargo-tarpaulin as some tests failed only in this step
# cargo-tarpaulin: