Browse Source

minor

tags/v0.3.5-rc0
XxChang 1 year ago
parent
commit
04279ed8ae
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      .github/workflows/ci.yml

+ 3
- 2
.github/workflows/ci.yml View File

@@ -318,7 +318,7 @@ jobs:
timeout-minutes: 30
# fail-fast by using bash shell explictly
shell: bash
runs-on: ubuntu-latest
if: runner.os == 'Linux'
run: |
# Test C template Project
dora new test_c_project --lang c
@@ -337,7 +337,7 @@ jobs:
timeout-minutes: 30
# fail-fast by using bash shell explictly
shell: bash
runs-on: ubuntu-latest
if: runner.os == 'Linux'
run: |
# Test C++ template Project
dora new test_cxx_project --lang c++
@@ -351,6 +351,7 @@ jobs:
sleep 10
dora stop --name ci-cxx-test --grace-duration 5s
dora destroy

clippy:
name: "Clippy"
runs-on: ubuntu-latest


Loading…
Cancel
Save