summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRina Fujino <18257209+rina23q@users.noreply.github.com>2022-07-21 19:03:33 +0200
committerGitHub <noreply@github.com>2022-07-21 19:03:33 +0200
commite9dded916492d24a2f122cdb2fe3da1f41deaec1 (patch)
tree9c6eb0c2205fff93a2eadef4e204afabf1b0f198
parent325935ef3c7c17d3c43e719211a410407a734cb3 (diff)
parent648f6b6e7f4d3c8ecf2d862d40deb37263bcd27c (diff)
Merge pull request #1275 from rina23q/improve/1173/add-feature-flag-to-armv7-test
Add feature flag fs-notify to armv7 test
-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: