We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfba013 commit 883bff1Copy full SHA for 883bff1
azure-pipelines.yml
@@ -21,10 +21,12 @@ jobs:
21
- script: curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable
22
displayName: 'Install rustc'
23
- script: |
24
+ cd amethyst_network
25
export PATH=$PATH:$HOME/.cargo/bin
26
cargo build --verbose
27
displayName: 'Build docs.rs'
28
29
30
31
cargo test --verbose -- --test-threads=1
32
displayName: 'Test docs.rs'
0 commit comments