diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..1cee62a --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,31 @@ +name: My Test + +on: + workflow_dispatch: + +jobs: + test: + + runs-on: windows-latest + + strategy: + fail-fast: false + + name: Test + + steps: + -name: Setup Env + run: g++ -v + + #- name: Setup PostgreSQL + # uses: tj-actions/install-postgresql@v3 + # with: + # postgresql-version: 16 + + #- name: Install MSYS2 + # uses: msys2/setup-msys2@v2 + # with: + # msystem: mingw64 + # install: >- + # curl + # git