Skip to content

Commit ae91fbe

Browse files
authored
ci: add cargo check and cargo test --all-features (#18)
1 parent 412e63e commit ae91fbe

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@ jobs:
1919
- windows-latest
2020
runs-on: ${{matrix.os}}
2121
steps:
22-
- uses: actions/checkout@v4
23-
- name: Build
24-
run: cargo build
25-
- name: Run tests
26-
run: cargo test
22+
- uses: taiki-e/checkout-action@v1
23+
24+
- uses: oxc-project/[email protected]
25+
with:
26+
save-cache: ${{ github.ref_name == 'main' }}
27+
28+
- run: cargo check
29+
30+
- run: cargo test

0 commit comments

Comments
 (0)