Skip to content

Commit 883bff1

Browse files
authored
Update azure-pipelines.yml
1 parent bfba013 commit 883bff1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ jobs:
2121
- script: curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable
2222
displayName: 'Install rustc'
2323
- script: |
24+
cd amethyst_network
2425
export PATH=$PATH:$HOME/.cargo/bin
2526
cargo build --verbose
2627
displayName: 'Build docs.rs'
2728
- script: |
29+
cd amethyst_network
2830
export PATH=$PATH:$HOME/.cargo/bin
2931
cargo test --verbose -- --test-threads=1
3032
displayName: 'Test docs.rs'

0 commit comments

Comments
 (0)