File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
examples/remove-emphasis/mdbook-remove-emphasis Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 48
48
- name : Install Rust
49
49
run : bash ci/install-rust.sh ${{ matrix.rust }} ${{ matrix.target }}
50
50
- name : Build and run tests
51
- run : cargo test --locked --target ${{ matrix.target }}
51
+ run : cargo test --workspace -- locked --target ${{ matrix.target }}
52
52
- name : Test no default
53
- run : cargo test --no-default-features --target ${{ matrix.target }}
53
+ run : cargo test --workspace -- no-default-features --target ${{ matrix.target }}
54
54
55
55
aarch64-cross-builds :
56
56
runs-on : ubuntu-22.04
Original file line number Diff line number Diff line change @@ -8,3 +8,8 @@ mdbook = { version = "0.4.40", path = "../../.." }
8
8
pulldown-cmark = { version = " 0.12.2" , default-features = false }
9
9
pulldown-cmark-to-cmark = " 18.0.0"
10
10
serde_json = " 1.0.132"
11
+
12
+ [[bin ]]
13
+ name = " mdbook-remove-emphasis"
14
+ # This is tested through a separate test from the main package.
15
+ test = false
You can’t perform that action at this time.
0 commit comments