Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Merge pull request #122 from XTLS/tun-icmp #20

Merge pull request #122 from XTLS/tun-icmp

Merge pull request #122 from XTLS/tun-icmp #20

Workflow file for this run

name: libXray tests
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: Go test
run: go test ./... -count=1 -timeout 15m