Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embed test files #2

Merged
merged 2 commits into from
Mar 29, 2022
Merged

Embed test files #2

merged 2 commits into from
Mar 29, 2022

Commits on Mar 29, 2022

  1. Embed test files

    Previously these files were directly in the repository, so we could get
    away with loading the files as needed. Now that it's used as a library,
    we have to use go:embed so that we can use the file contents from
    another repository.
    
    Signed-off-by: Carolyn Van Slyck <me@carolynvanslyck.com>
    carolynvs committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    e3c7424 View commit details
    Browse the repository at this point in the history
  2. Run tests on pull requests and merges

    This adds a github workflow that tests the code when a pull request
    is submitted or merged.
    
    Signed-off-by: Carolyn Van Slyck <me@carolynvanslyck.com>
    carolynvs committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    8147b01 View commit details
    Browse the repository at this point in the history