Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 452 for test (0.29 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/how-tos/writing-workflows/building-and-testing
    Registered: Fri Jul 25 02:17:54 UTC 2025
    - 267.6K bytes
    - Viewed (0)
  2. 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/how-tos/writing-workflows/building-and-testing/building-and-testing-po... Similar Results (1)
    Registered: Fri Jul 25 01:59:30 UTC 2025
    - 321.2K 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/how-tos/writing-workflows/building-and-testing/building-and-testing-net Similar Results (1)
    Registered: Fri Jul 25 01:55:57 UTC 2025
    - 320K bytes
    - Viewed (0)
  4. 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/writing-workflows/building-and-testing/building-and-testing-swift Similar Results (1)
    Registered: Fri Jul 25 01:56:14 UTC 2025
    - 301.1K 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/how-tos/writing-workflows/building-and-testing/building-and-testing-go Similar Results (1)
    Registered: Fri Jul 25 01:54:03 UTC 2025
    - 326.2K bytes
    - Viewed (0)
  6. 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/tutorials/build-and-test-code/python Similar Results (1)
    Registered: Mon Oct 06 01:52:39 UTC 2025
    - 376.6K bytes
    - Viewed (0)
  7. Building and testing Rust - GitHub Docs

    main content Building and testing Rust Learn how to create a...integration (CI) workflow to build and test your Rust project. In this article...
    docs.github.com/en/actions/tutorials/build-and-test-code/rust
    Registered: Mon Oct 06 01:55:25 UTC 2025
    - 300.6K bytes
    - Viewed (0)
  8. 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/tutorials/build-and-test-code/ruby Similar Results (1)
    Registered: Mon Oct 06 01:56:29 UTC 2025
    - 313.6K bytes
    - Viewed (0)
  9. Building and testing Rust - GitHub Docs

    main content Building and testing Rust Learn how to create a...integration (CI) workflow to build and test your Rust project. In this article...
    docs.github.com/en/actions/how-tos/writing-workflows/building-and-testing/building-and-testing-rust
    Registered: Fri Jul 25 01:56:01 UTC 2025
    - 321K bytes
    - Viewed (0)
  10. Building and testing your code - GitHub Docs

    and testing your code You can automatically build and test your...build and test your Go project. Building and testing Java with...
    docs.github.com/en/actions/tutorials/build-and-test-code
    Registered: Mon Oct 06 02:02:54 UTC 2025
    - 250K bytes
    - Viewed (0)
Back to top