summaryrefslogtreecommitdiff
path: root/.github/workflows/rust.yml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-06-30 00:52:50 +0200
committerLaurenz <laurmaedje@gmail.com>2021-06-30 00:52:50 +0200
commit1c43d8af12a8d318fb681713d0e66eb754485589 (patch)
tree5f0046c0a178a19e162403fde5d061feb4c9e4ee /.github/workflows/rust.yml
parentd5d2b80699a002594f429e30f5f1ca0ca58d3412 (diff)
Bump dependencies
Diffstat (limited to '.github/workflows/rust.yml')
-rw-r--r--.github/workflows/rust.yml15
1 files changed, 3 insertions, 12 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 7c00dab4..13ec20ff 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -19,15 +19,6 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@v2
- with:
- path: typst
-
- - name: Checkout pdf-writer
- uses: actions/checkout@v2
- with:
- repository: typst/pdf-writer
- token: ${{ secrets.TYPSTC_ACTION_TOKEN }}
- path: pdf-writer
- name: Install Rust
uses: actions-rs/toolchain@v1
@@ -43,16 +34,16 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
- args: --manifest-path typst/Cargo.toml --all-features
+ args: --all-features
- name: Test
uses: actions-rs/cargo@v1
with:
command: test
- args: --manifest-path typst/Cargo.toml --all-features
+ args: --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
+ args: --no-default-features --features fs