Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zuston committed Sep 23, 2023
1 parent 812ae65 commit 9c7d821
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,3 @@ jobs:
maven-args: package -Pkubernetes -DskipUTs -DskipITs -DskipBuildImage=${{ needs.changes.outputs.rss_server_docker == 'false' }}
cache-key: package
go-version: '1.17'

rust:
uses: ./.github/workflows/rust.yml
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,11 @@ jobs:
distribution: 'temurin'
- uses: actions/checkout@v3
- name: Build
working-directory: ./rust/experimental/server
run: cargo build --verbose
- name: Code style check
working-directory: ./rust/experimental/server
run: cargo fmt --check
- name: Run tests
working-directory: ./rust/experimental/server
run: cargo test --verbose

0 comments on commit 9c7d821

Please sign in to comment.