diff options
| author | Fuwn <[email protected]> | 2021-05-20 17:05:59 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-20 17:05:59 +0000 |
| commit | 9dbc613765de8ab7dfa8e1374cf6661dcfd56bc8 (patch) | |
| tree | 8cfff6a23bb72db2660e68c63a8cf9d0539a061f /.github/workflows | |
| parent | feat(readme): add sqlfluff as a dev dep (diff) | |
| download | whirl-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.yml | 10 |
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 |