This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Fix: Only run CLI tests on Linux and macOS for now
ci-combine-jobs
Philipp Oppermann
2 years ago
parent
13bc52f0c6
commit
d2f20f0c9f
Failed to extract signature
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save