Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 348 for test (0.23 sec)

  1. 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
    Registered: Mon Mar 31 01:56:18 UTC 2025
    - 260.4K bytes
    - Viewed (0)
  2. 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
    Registered: Mon Mar 31 01:52:41 UTC 2025
    - 388.8K bytes
    - Viewed (0)
  3. 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
    Registered: Mon Mar 31 01:50:39 UTC 2025
    - 311.9K bytes
    - Viewed (0)
  4. 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
    Registered: Mon Mar 31 01:53:27 UTC 2025
    - 325.9K bytes
    - Viewed (0)
  5. 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
    Registered: Mon Mar 31 01:45:36 UTC 2025
    - 318.3K bytes
    - Viewed (0)
  6. 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...
    Registered: Mon Mar 31 01:54:49 UTC 2025
    - 313.2K bytes
    - Viewed (0)
  7. 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/use-cases-and-examples/building-and-testing/building-and-testing-rust
    Registered: Mon Mar 31 01:51:42 UTC 2025
    - 313.1K 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/use-cases-and-examples/building-and-testing/building-and-testing-swift
    Registered: Mon Mar 31 01:52:47 UTC 2025
    - 293.1K bytes
    - Viewed (0)
  9. Building and testing Java with Maven - GitHub Docs

    main content Building and testing Java with Maven You can create...GitHub Actions to build and test your Java project with Maven....
    docs.github.com/en/actions/use-cases-and-examples/building-and-testing/building-and-testing-java-...
    Registered: Mon Mar 31 01:50:57 UTC 2025
    - 300.8K 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...
    Registered: Mon Mar 31 01:51:46 UTC 2025
    - 280.6K bytes
    - Viewed (0)
Back to top