mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-03 14:27:59 +00:00
Add note on continuous integration tests
This commit is contained in:
+5
-1
@@ -1,6 +1,6 @@
|
||||
# Testing
|
||||
|
||||
### Run Tests
|
||||
### Run Tests Locally
|
||||
|
||||
To run tests:
|
||||
|
||||
@@ -27,3 +27,7 @@ git clone https://github.com/php-curl-class/php-curl-class.git
|
||||
cd php-curl-class/
|
||||
./tests/test_all.sh
|
||||
```
|
||||
|
||||
### Continuous Integration Tests
|
||||
|
||||
Continuous integration runs [tests/ci.sh](https://github.com/php-curl-class/php-curl-class/blob/master/tests/ci.sh) on supported PHP versions and is configured with [.github/workflows/ci.yml](https://github.com/php-curl-class/php-curl-class/blob/master/.github/workflows/ci.yml).
|
||||
|
||||
Reference in New Issue
Block a user