Skip to content

Commit eca0e37

Browse files
committed
Add Test workspace
1 parent c1247d7 commit eca0e37

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/workspace.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,17 @@ jobs:
2323
components: clippy, rustfmt
2424
- name: Check workspace
2525
run: ./devtools/check_workspace.sh
26+
27+
test-workspace:
28+
name: Test workspace
29+
runs-on: ubuntu-24.04
30+
steps:
31+
- name: Checkout sources
32+
uses: actions/checkout@v4
33+
- name: Install Rust
34+
uses: dtolnay/rust-toolchain@master
35+
with:
36+
toolchain: 1.73.0
37+
components: rustfmt
38+
- name: Test workspace
39+
run: ./devtools/test_workspace.sh

0 commit comments

Comments
 (0)