Skip to content

Make individual test file #30

@sharkmu

Description

@sharkmu

At the moment to test whether the code works properly this job was added to the workflow, but this isn't thorough enough, because it doesn't check every function. In order for this to resolve an individual Rust script has to be created like test.rs.

 - name: Run function tests
      run: |
        cargo run -- list
        cargo run -- add test
        cargo run -- list
        cargo run -- rm 1
        cargo run -- list

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementImprove an already existing feature

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions