Skip to content

Commit

Permalink
put working directory in the correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
RadicalZephyr committed May 13, 2020
1 parent 63e856d commit c293cc8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test_tokio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
test_tokio:
name: Test tokio
runs-on: ubuntu-latest
working-directory: ${{ github.workspace }}/tokio
steps:
- uses: actions/checkout@master

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

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

0 comments on commit c293cc8

Please sign in to comment.