Skip to content

Execute all unit and integration tests and build examples of a local package.

License

Notifications You must be signed in to change notification settings

Kristories/cargo-test

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cargo Test

Execute all unit and integration tests and build examples of a local package.

Usage

See action.yml :

on: [push]

jobs:
  test_job:
    runs-on: ubuntu-latest
    name: Testing
    steps:
      - uses: actions/checkout@v3
      - name: "Test local rust"
        uses: Kristories/cargo-test@v1.0.0
        with:
          manifest-path: './example-rust/Cargo.toml'

License

The MIT License (MIT). Please see the license file for more information.

About

Execute all unit and integration tests and build examples of a local package.

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages