mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
CI allows for both modes
This commit is contained in:
parent
21d919e2d2
commit
96563ccb42
9
.github/workflows/rust.yml
vendored
9
.github/workflows/rust.yml
vendored
@ -36,6 +36,9 @@ jobs:
|
|||||||
toolchain: ${{ matrix.rust }}
|
toolchain: ${{ matrix.rust }}
|
||||||
override: true
|
override: true
|
||||||
|
|
||||||
|
- name: Dependency cache
|
||||||
|
uses: Swatinem/rust-cache@v1
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
@ -47,3 +50,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
command: test
|
command: test
|
||||||
args: --manifest-path typst/Cargo.toml --all-features
|
args: --manifest-path typst/Cargo.toml --all-features
|
||||||
|
|
||||||
|
- name: Test without incremental
|
||||||
|
uses: actions-rs/cargo@v1
|
||||||
|
with:
|
||||||
|
command: test
|
||||||
|
args: --manifest-path typst/Cargo.toml --no-default-features --features fs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user