aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-20 17:05:59 +0000
committerFuwn <[email protected]>2021-05-20 17:05:59 +0000
commit9dbc613765de8ab7dfa8e1374cf6661dcfd56bc8 (patch)
tree8cfff6a23bb72db2660e68c63a8cf9d0539a061f /.github/workflows
parentfeat(readme): add sqlfluff as a dev dep (diff)
downloadwhirl-9dbc613765de8ab7dfa8e1374cf6661dcfd56bc8.tar.xz
whirl-9dbc613765de8ab7dfa8e1374cf6661dcfd56bc8.zip
refactor(global): move crates around, stricter module isolation
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/rust.yml10
1 files changed, 2 insertions, 8 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index dcfba87..5ada3b2 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -3,16 +3,10 @@ name: Rust ✅
on:
push:
paths:
- - "whirl/**"
- - "whirl_config/**"
- - "whirl_prompt/**"
- - "whirl_server/**"
+ - "crates/**"
pull_request:
paths:
- - "whirl/**"
- - "whirl_config/**"
- - "whirl_prompt/**"
- - "whirl_server/**"
+ - "crates/**"
env:
CARGO_TERM_COLOR: always