summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/rust.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 43fec7d6..7c00dab4 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -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