Skip to content

Commit

Permalink
Add Test workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed May 18, 2024
1 parent c1247d7 commit eca0e37
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,17 @@ jobs:
components: clippy, rustfmt
- name: Check workspace
run: ./devtools/check_workspace.sh

test-workspace:
name: Test workspace
runs-on: ubuntu-24.04
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.73.0
components: rustfmt
- name: Test workspace
run: ./devtools/test_workspace.sh

0 comments on commit eca0e37

Please sign in to comment.