diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index eb5fe83..957a550 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -20,7 +20,7 @@ env: jobs: test: name: Test - runs-on: ubuntu-latest + runs-on: self-hosted services: postgres: image: postgres:14 @@ -139,4 +139,4 @@ jobs: - name: Migrate database run: SKIP_DOCKER=true ./scripts/init_db.sh - name: Generate code coverage - run: cargo tarpaulin --verbose --workspace \ No newline at end of file + run: cargo tarpaulin --verbose --workspace