Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 443 for test (0.06 sec)

  1. Building and testing Python - GitHub Docs

    locally to build and test your code. Testing with pytest and pytest-cov...pytest tests.py --doctest-modules --junitxml=junit/test-results.xml...
    docs.github.com/en/actions/use-cases-and-examples/building-and-testing/building-and-testing-python Similar Results (1)
    Registered: Wed Jun 25 01:51:00 UTC 2025
    - 353.5K bytes
    - Viewed (0)
  2. Building and testing Rust - GitHub Docs

    main content Building and testing Rust You can create a continuous...integration (CI) workflow to build and test your Rust project. In this article...
    docs.github.com/en/actions/how-tos/use-cases-and-examples/building-and-testing/building-and-testi... Similar Results (1)
    Registered: Fri Jun 27 01:47:57 UTC 2025
    - 292.3K bytes
    - Viewed (0)
  3. Building and testing PowerShell - GitHub Docs

    name: Test PowerShell on Ubuntu on: push jobs: pester-test: name:...Pester test from the command-line shell: pwsh run: Test-Path resultsfile.log...
    docs.github.com/en/actions/use-cases-and-examples/building-and-testing/building-and-testing-power... Similar Results (1)
    Registered: Wed Jun 25 01:52:49 UTC 2025
    - 277.9K bytes
    - Viewed (0)
  4. Building and testing - GitHub Docs

    Building and testing You can automatically build and test your projects...build and test your Go project. Building and testing Java with...
    docs.github.com/en/actions/use-cases-and-examples/building-and-testing Similar Results (1)
    Registered: Wed Jun 25 01:56:51 UTC 2025
    - 225K bytes
    - Viewed (0)
  5. Building and testing .NET - GitHub Docs

    --no-restore - name: Test with the dotnet CLI run: dotnet test --no-build...restore - name: Test with dotnet run: dotnet test --no-restore --logger...
    docs.github.com/en/actions/use-cases-and-examples/building-and-testing/building-and-testing-net Similar Results (1)
    Registered: Wed Jun 25 01:52:15 UTC 2025
    - 276.6K bytes
    - Viewed (0)
  6. Building and testing Ruby - GitHub Docs

    builds and tests a Ruby application. If your CI tests pass, you...Matrix testing your code The following example matrix tests all...
    docs.github.com/en/actions/use-cases-and-examples/building-and-testing/building-and-testing-ruby Similar Results (1)
    Registered: Wed Jun 25 01:52:21 UTC 2025
    - 290.5K bytes
    - Viewed (0)
  7. Building and testing Go - GitHub Docs

    - name: Test with the Go CLI run: go test Packaging workflow...go get . - name: Test with Go run: go test -json > TestResults-${{...
    docs.github.com/en/actions/use-cases-and-examples/building-and-testing/building-and-testing-go Similar Results (1)
    Registered: Wed Jun 25 01:52:35 UTC 2025
    - 282.9K bytes
    - Viewed (0)
  8. Building and testing Swift - GitHub Docs

    swift build - name: Run tests run: swift test Using a single specific...swift build - name: Run tests run: swift test...
    docs.github.com/en/actions/how-tos/use-cases-and-examples/building-and-testing/building-and-testi... Similar Results (1)
    Registered: Fri Jun 27 01:48:44 UTC 2025
    - 272.4K bytes
    - Viewed (0)
  9. Building and testing Java with Ant - GitHub Docs

    main content Building and testing Java with Ant You can create...GitHub Actions to build and test your Java project with Ant....
    docs.github.com/en/actions/how-tos/use-cases-and-examples/building-and-testing/building-and-testi... Similar Results (1)
    Registered: Fri Jun 27 01:47:52 UTC 2025
    - 270.2K bytes
    - Viewed (0)
  10. Building and testing Xamarin applications - Git...

    main content Building and testing Xamarin applications You can...GitHub Actions to build and test your Xamarin application. In...
    docs.github.com/en/actions/use-cases-and-examples/building-and-testing/building-and-testing-xamar... Similar Results (1)
    Registered: Wed Jun 25 01:52:29 UTC 2025
    - 245.3K bytes
    - Viewed (0)
Back to top