Skip to content

Misc improvements to github actions - #420

Merged
cperciva merged 3 commits into
masterfrom
actions
Jul 22, 2026
Merged

Misc improvements to github actions#420
cperciva merged 3 commits into
masterfrom
actions

Conversation

@gperciva

Copy link
Copy Markdown
Member

No description provided.

@gperciva
gperciva force-pushed the actions branch 5 times, most recently from 50aebf4 to 3677fb8 Compare July 21, 2026 21:51
@gperciva
gperciva marked this pull request as ready for review July 21, 2026 21:51
@gperciva gperciva changed the title actions: checkout@v7, and better untracked files check Misc improvements to github actions Jul 22, 2026
run: make CFLAGS="${{ env.CFLAGS }}"
- name: Test clang binaries
run: make test VERBOSE=1
- name: Check for untracked files

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

When I initially wrote that file, I decided that I'd "save computational resources" by skipping the "untracked files" check on macos. But that was ridiculous; git status is trivial compared to spinning up a VM, compiling, running tests, etc. Might as well check for unexpected files on both OSes.

@cperciva
cperciva merged commit 8a1d3d4 into master Jul 22, 2026
2 checks passed
@gperciva
gperciva deleted the actions branch July 22, 2026 03:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants