Skip to content

Commit af792b9

Browse files
committed
Deleting the current workspace for canyon_sql taking advantage of the Canyon workspaces
1 parent 548ec65 commit af792b9

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,13 @@ jobs:
3636

3737
gcov:
3838
runs-on: ubuntu-latest
39-
defaults:
40-
run:
41-
working-directory: ./canyon_sql
4239
steps:
4340
- uses: actions/checkout@v3
4441
- name: Use nightly toolchain
45-
working-directory: ./canyon_sql
4642
run: |
4743
rustup toolchain install nightly
4844
rustup override set nightly
4945
- name: Run tests
50-
working-directory: ./canyon_sql
5146
run: cargo test --all-features --no-fail-fast
5247
env:
5348
CARGO_INCREMENTAL: '0'

0 commit comments

Comments
 (0)