Skip to content

Conversation

@tompro
Copy link
Collaborator

@tompro tompro commented Oct 20, 2025

No description provided.

@tompro tompro requested a review from Copilot October 20, 2025 14:25
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR simplifies the GitHub Actions test workflow by consolidating three separate test jobs (unit tests, integration tests, and edge case tests) into a single unified test job. This reduces duplication and simplifies the CI pipeline.

Key Changes:

  • Consolidated three test jobs into one
  • Removed PostgreSQL service configuration
  • Simplified test execution to run all tests together

- uses: actions/checkout@v4

- name: Install Rust toolchain
uses: actions-rs/toolchain@v1

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium test

Unpinned 3rd party Action 'Tests' step
Uses Step
uses 'actions-rs/toolchain' with ref 'v1', not a pinned commit hash
@tompro tompro merged commit 2cb4c64 into master Oct 20, 2025
4 checks passed
@tompro tompro deleted the simpler_test_workflow branch October 20, 2025 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants