Skip to content

Commit 38ad351

Browse files
committed
Update workflow;
1 parent 7fa3cd3 commit 38ad351

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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
@@ -50,7 +50,7 @@ jobs:
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

@@ -70,8 +70,8 @@ jobs:
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

0 commit comments

Comments
 (0)