Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 351 for test (0.08 sec)

  1. 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/tutorials/build-and-test-code/net
    Registered: Mon Jan 05 02:12:48 UTC 2026
    - 300.5K 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/tutorials/build-and-test-code/powershell
    Registered: Mon Jan 05 02:15:58 UTC 2026
    - 301.7K bytes
    - Viewed (0)
  3. 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/tutorials/build-and-test-code/go
    Registered: Mon Jan 05 02:10:01 UTC 2026
    - 306.5K bytes
    - Viewed (0)
  4. 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
    Registered: Mon Jan 05 02:07:36 UTC 2026
    - 377.4K bytes
    - Viewed (0)
  5. 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 Jan 05 02:11:25 UTC 2026
    - 301.4K 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/tutorials/build-and-test-code/ruby
    Registered: Mon Jan 05 02:09:20 UTC 2026
    - 316.4K bytes
    - Viewed (0)
  7. 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/tutorials/build-and-test-code/swift
    Registered: Mon Jan 05 02:11:28 UTC 2026
    - 282.8K bytes
    - Viewed (0)
  8. 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 Jan 05 02:14:52 UTC 2026
    - 250.4K bytes
    - Viewed (0)
  9. Building and testing Java with Ant - GitHub Docs

    main content Building and testing Java with Ant Learn how to...GitHub Actions to build and test your Java project with Ant....
    docs.github.com/en/actions/tutorials/build-and-test-code/java-with-ant
    Registered: Mon Jan 05 02:07:29 UTC 2026
    - 278.8K bytes
    - Viewed (0)
  10. Building and testing Java with Maven - GitHub Docs

    main content Building and testing Java with Maven Learn how to...GitHub Actions to build and test your Java project with Maven....
    docs.github.com/en/actions/tutorials/build-and-test-code/java-with-maven
    Registered: Mon Jan 05 02:15:25 UTC 2026
    - 289K bytes
    - Viewed (0)
Back to top