Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
herudi committed Jul 22, 2024
1 parent f9de3ab commit 0b84e37
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Run Tests Linux and Mac
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
run: v test .
run: v -cg test .

- name: Run Tests Windows
if: matrix.os == 'windows-latest'
run: v -cc gcc test .
run: v -cg -cc gcc test .
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,11 @@ fn main() {
- [x] [File](https://developer.mozilla.org/en-US/docs/Web/API/File)
- [x] [Performance](https://developer.mozilla.org/en-US/docs/Web/API/Performance)
- [x] [Navigator](https://developer.mozilla.org/en-US/docs/Web/API/Navigator)
- [x] Fetch API
- [x] Headers
- [x] Request
- [x] Response
- [x] [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)
- [x] [Fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch)
- [x] [Headers](https://developer.mozilla.org/en-US/docs/Web/API/Headers)
- [x] [Request](https://developer.mozilla.org/en-US/docs/Web/API/Request)
- [x] [Response](https://developer.mozilla.org/en-US/docs/Web/API/Response)
- <i>More...</i>

### It's Fun Project. PRs Wellcome :)

0 comments on commit 0b84e37

Please sign in to comment.