Skip to content

Remove restaurant_multi_threaded #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
pip uninstall conan -y
pip install -U conan==1.59.0
cp -R /home/forconan/.conan /github/home/.conan
- name: run tests sprint1 sum
run: |
cd cpp-backend-tests-practicum/scripts/sprint1
Expand All @@ -50,11 +50,6 @@ jobs:
cd cpp-backend-tests-practicum/scripts/sprint1
./restaurant_single_threaded/run.sh
- name: run tests sprint1 restaurant_multi_threaded
run: |
cd cpp-backend-tests-practicum/scripts/sprint1
./restaurant_multi_threaded/run.sh
- name: run tests sprint1 cafeteria
run: |
cd cpp-backend-tests-practicum/scripts/sprint1
Expand Down
18 changes: 0 additions & 18 deletions sprint1/problems/restaurant_multi_threaded/precode/CMakeLists.txt

This file was deleted.

This file was deleted.

188 changes: 0 additions & 188 deletions sprint1/problems/restaurant_multi_threaded/precode/src/main.cpp

This file was deleted.

This file was deleted.

Loading