mirror of
https://github.com/rust-vmm/rust-vmm-ci.git
synced 2026-08-05 03:08:31 +00:00
fix typo in cargo doc test
The environment variable that we pass to indicate the a docs build is happening was misspelling "RUST" as "RUTS". Signed-off-by: Patrick Roy <patrick.roy@linux.dev>
This commit is contained in:
committed by
Stefano Garzarella
parent
c41370cfc8
commit
30599a5213
@@ -29,7 +29,7 @@
|
||||
},
|
||||
{
|
||||
"test_name": "doc",
|
||||
"command": "RUSTDOCFLAGS=\"-D warnings\" RUSTFLAGS=\"--cfg RUTSDOC_disable_feature_compat_errors\" cargo doc --workspace --all-features --no-deps"
|
||||
"command": "RUSTDOCFLAGS=\"-D warnings\" RUSTFLAGS=\"--cfg RUSTDOC_disable_feature_compat_errors\" cargo doc --workspace --all-features --no-deps"
|
||||
},
|
||||
{
|
||||
"test_name": "unittests-gnu",
|
||||
|
||||
Reference in New Issue
Block a user