Browse Source

Fix: Only run CLI tests on Linux and macOS for now

ci-combine-jobs
Philipp Oppermann 2 years ago
parent
commit
d2f20f0c9f
Failed to extract signature
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .github/workflows/ci.yml

+ 1
- 0
.github/workflows/ci.yml View File

@@ -62,6 +62,7 @@ jobs:
cargo install --path binaries/cli cargo install --path binaries/cli


- name: "Test CLI" - name: "Test CLI"
if: runner.os == 'Linux' || runner.os == 'macOS'
timeout-minutes: 30 timeout-minutes: 30
run: | run: |
dora-cli up dora-cli up


Loading…
Cancel
Save