Skip to content

Commit

Permalink
feat(main): add sealos bin files for build
Browse files Browse the repository at this point in the history
  • Loading branch information
cuisongliu committed Jun 21, 2024
1 parent a961ffa commit d7a7297
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [ubuntu-latest]
platform: [ ubuntu-latest ]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
Expand All @@ -40,3 +40,10 @@ jobs:
run: cargo clippy --all-targets --all-features --tests --benches -- -D warnings
- name: Execute rust tests
run: cargo nextest run --all-features
- name: Install just
uses: taiki-e/install-action@just
- name: Install sealos
run: |
just files
- name: Test build
run: cargo build --release

0 comments on commit d7a7297

Please sign in to comment.