File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3030 - name : Clippy sim
3131 uses : actions-rs/cargo@v1
3232 env :
33- RUSTFLAGS : " --cfg madsim "
33+ RUSTFLAGS : " --cfg msim "
3434 with :
3535 command : clippy
3636 args : -- -D warnings
5050 - name : Build sim
5151 uses : actions-rs/cargo@v1
5252 env :
53- RUSTFLAGS : " --cfg madsim "
53+ RUSTFLAGS : " --cfg msim "
5454 with :
5555 command : build
5656
7070 - name : Test sim
7171 uses : actions-rs/cargo@v1
7272 env :
73- RUSTFLAGS : " --cfg madsim "
74- RUSTDOCFLAGS : " --cfg madsim "
73+ RUSTFLAGS : " --cfg msim "
74+ RUSTDOCFLAGS : " --cfg msim "
7575 with :
7676 command : test
7777 args : --release --no-fail-fast
@@ -102,8 +102,8 @@ jobs:
102102 - name : Doc
103103 uses : actions-rs/cargo@v1
104104 env :
105- RUSTFLAGS : " --cfg madsim "
106- RUSTDOCFLAGS : " --cfg madsim --cfg docsrs"
105+ RUSTFLAGS : " --cfg msim "
106+ RUSTDOCFLAGS : " --cfg msim --cfg docsrs"
107107 with :
108108 command : doc
109109 args : --no-deps
You can’t perform that action at this time.
0 commit comments