Skip to content

Move unit tests to GitHub Actions#411

Merged
paulmelnikow merged 4 commits intoreleasefrom
unit-action
Mar 4, 2026
Merged

Move unit tests to GitHub Actions#411
paulmelnikow merged 4 commits intoreleasefrom
unit-action

Conversation

@paulmelnikow
Copy link
Contributor

Based on discussion at #405 (comment)

@paulmelnikow paulmelnikow marked this pull request as ready for review February 23, 2026 21:35
@paulmelnikow
Copy link
Contributor Author

@syoyo This looks good to me

Copy link
Contributor

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 migrates the repository’s C++ unit-test CI job from Azure Pipelines to GitHub Actions, aligning unit test execution with the existing GitHub Actions-based CI setup.

Changes:

  • Remove the Azure Pipelines unit-test configuration.
  • Add a GitHub Actions workflow to run the existing tests/ Makefile build and execute ./tester on Ubuntu.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
azure-pipelines.yml Removes the prior Azure Pipelines job that ran the unit tests on Ubuntu.
.github/workflows/unit.yml Introduces a GitHub Actions workflow to build and run the unit tests on ubuntu-latest.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

syoyo and others added 2 commits March 4, 2026 02:55
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@syoyo
Copy link
Collaborator

syoyo commented Mar 3, 2026

@copilot Explain CI failures https://github.com/tinyobjloader/tinyobjloader/actions/runs/22635997776/job/65599883323?pr=411

Copy link
Contributor

Copilot AI commented Mar 3, 2026

@syoyo I've opened a new pull request, #419, to work on those changes. Once the pull request is ready, I'll request review from you.

@syoyo
Copy link
Collaborator

syoyo commented Mar 3, 2026

@paulmelnikow #405 merged. please merge release into this PR to make CI all green.

@paulmelnikow paulmelnikow merged commit 5a2342f into release Mar 4, 2026
32 checks passed
@paulmelnikow paulmelnikow deleted the unit-action branch March 4, 2026 03:29
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.

4 participants