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 }}
|
||||
override: true
|
||||
|
||||
- name: Dependency cache
|
||||
uses: Swatinem/rust-cache@v1
|
||||
|
||||
- name: Build
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
@ -47,3 +50,9 @@ jobs:
|
||||
with:
|
||||
command: test
|
||||
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