bug: ci taking too long to run (#7)

* breaking: separate CI build and test workflows

Separate CI build and test into individual workflows.
Add matrix-based CI build and test for better coverage.
Update build status badges.

* fix: ginko_test format and condition
This commit is contained in:
Gaukas Wang 2023-08-05 13:04:13 -06:00 committed by GitHub
parent 686d29bc91
commit 9e1965d28b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 67 additions and 56 deletions

View file

@ -1,6 +1,6 @@
# ![uTLS](docs/utls_logo_small.png) <img src="docs/quic.png" alt="drawing" width="200"/> uQUIC
[![Build Status](https://github.com/refraction-networking/uquic/actions/workflows/go1.20.yml/badge.svg?branch=master)](https://github.com/gaukas/uquic/actions/workflows/go1.20.yml)
[![Build Status](https://github.com/refraction-networking/uquic/actions/workflows/go1.21.yml/badge.svg?branch=master)](https://github.com/gaukas/uquic/actions/workflows/go1.21.yml)
[![Go Build Status](https://github.com/gaukas/uquic/actions/workflows/go_build.yml/badge.svg?branch=master)](https://github.com/gaukas/uquic/actions/workflows/go_build.yml)
[![Ginkgo Test Status](https://github.com/gaukas/uquic/actions/workflows/ginkgo_test.yml/badge.svg?branch=master)](https://github.com/gaukas/uquic/actions/workflows/ginkgo_test.yml)
[![godoc](https://img.shields.io/badge/godoc-reference-blue.svg)](https://godoc.org/github.com/refraction-networking/uquic)
---
uQUIC is a fork of [quic-go](https://github.com/refraction-networking/uquic), which provides Initial Packet fingerprinting resistance and other features. While the handshake is still performed by quic-go, this library provides interface to customize the unencrypted Initial Packet which may reveal fingerprint-able information.