diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index d43270c..adbba64 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -2,21 +2,18 @@ name: Rust on: push: - branches: [ "develop" ] + branches: ["develop"] pull_request: - branches: [ "develop" ] + branches: ["develop"] env: CARGO_TERM_COLOR: always jobs: build: - runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - name: Build - run: cargo build --verbose - - name: Run tests - run: cargo test --verbose + - uses: actions/checkout@v4 + - name: Build + run: cargo build --verbose diff --git a/src/apps/v1/gacha/gacha_controller.rs b/src/apps/v1/gacha/gacha_controller.rs new file mode 100644 index 0000000..e69de29 diff --git a/src/apps/v1/gacha/gacha_dto.rs b/src/apps/v1/gacha/gacha_dto.rs new file mode 100644 index 0000000..e69de29 diff --git a/src/apps/v1/gacha/gacha_repository.rs b/src/apps/v1/gacha/gacha_repository.rs new file mode 100644 index 0000000..e69de29 diff --git a/src/apps/v1/gacha/gacha_schema.rs b/src/apps/v1/gacha/gacha_schema.rs new file mode 100644 index 0000000..e69de29 diff --git a/src/apps/v1/gacha/gacha_service.rs b/src/apps/v1/gacha/gacha_service.rs new file mode 100644 index 0000000..e69de29