Skip to content

Commit 943cc93

Browse files
committed
chore: Add DesignModule04/config_man and DesignModule04/StockMarket to CI workflow
1 parent 421ec34 commit 943cc93

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/CI.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
- Module02/Web1
4343
- Module02/Web2
4444
# - Module03/zip_cracker
45+
- DesignModule04/config_man
46+
- DesignModule04/StockMarket
4547
steps:
4648
- name: Checkout code
4749
uses: actions/checkout@v2
@@ -55,4 +57,5 @@ jobs:
5557
working-directory: ${{ matrix.module }}
5658
run: |
5759
cargo build --verbose
58-
cargo test --verbose
60+
cargo test --verbose
61+

0 commit comments

Comments
 (0)