Removed docker in workflow
All checks were successful
Rust Build / Check (pull_request) Successful in 57s
Rust Build / Test Suite (pull_request) Successful in 58s
Rust Build / Rustfmt (pull_request) Successful in 28s
Rust Build / Clippy (pull_request) Successful in 47s
Rust Build / build (pull_request) Successful in 1m5s

This commit is contained in:
2025-04-01 21:53:01 -04:00
parent 74e6a29875
commit 313f03d500

View File

@@ -32,14 +32,6 @@ jobs:
test:
name: Test Suite
runs-on: ubuntu-24.04
services:
postgres:
image: postgres:latest
env:
POSTGRES_PASSWORD:postgres
ports:
- 5432:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1