Skip to content

Commit c293cc8

Browse files
committed
put working directory in the correct place
1 parent 63e856d commit c293cc8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test_tokio.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
test_tokio:
1717
name: Test tokio
1818
runs-on: ubuntu-latest
19+
working-directory: ${{ github.workspace }}/tokio
1920
steps:
2021
- uses: actions/checkout@master
2122

@@ -28,7 +29,6 @@ jobs:
2829
RUST_BACKTRACE: 1
2930
CI: 'True'
3031
name: tokio - cargo test --features full
31-
working-directory: ${{ github.workspace }}/tokio
3232

3333
# Run `tokio` with "unstable" cfg flag
3434
- uses: actions-rs/cargo@v1
@@ -40,4 +40,3 @@ jobs:
4040
RUST_BACKTRACE: 1
4141
CI: 'True'
4242
name: tokio - cargo test --features full
43-
working-directory: ${{ github.workspace }}/tokio

0 commit comments

Comments
 (0)