Skip to content

[Feature Request] Automated testing using GitHub Action workflows #881

@yonas

Description

@yonas

I just ran into an compiling error that would've been caught by simply running make.

I highly recommend that a test workflow be added to this project (.github/workflows/testing.yaml for example)

I have a template for Rust projects here: https://github.com/yonasBSD/rust-ci-github-actions-workflow/tree/main/.github/workflows

It includes:

  • file linting and formatting
  • test cross-build (linux, mac os x, windows)
  • code coverage reporting
  • security scorecard
  • security code scanner
  • open source license checker
  • dependabot dependency checker
  • publish release with changes in description body
  • publish changelog.md

I recommend adding these to Filestash.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions