summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Wiesner <sebastian@swsnr.de>2019-09-06 17:13:53 +0200
committerSebastian Wiesner <sebastian@swsnr.de>2019-09-06 17:13:53 +0200
commitcae57f1abe89a8cfb411bce307e8f1268c928b86 (patch)
tree43d32de868afd6fe9a9e6af7b88aacffefbd945f
parentcb474e0d3c6fc6257823259465b58855c53238c7 (diff)
Fix workflow syntax
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e9fcbac..f8bcfcb 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -58,8 +58,6 @@ jobs:
rust-version: stable
- uses: actions/checkout@v1
- name: Test
- run: cargo test $CARGOFLAGS
+ run: cargo test --no-default-features --features iterm2,remote_resources
- name: Format sample
- run: cargo run $CARGOFLAGS -- sample/common-mark.md
- env:
- - CARGOFLAGS='--no-default-features --features iterm2,remote_resources'
+ run: cargo run --no-default-features --features iterm2,remote_resources -- sample/common-mark.md