mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-06-14 16:43:35 -07:00
ci: add windows serial cargo check and test
This commit is contained in:
committed by
Cooper Quintin
parent
55f78cf749
commit
b317200307
@@ -18,3 +18,18 @@ jobs:
|
||||
run: cargo check --verbose
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
|
||||
windows_serial_check_and_test:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: cargo check
|
||||
shell: bash
|
||||
run: |
|
||||
cd serial
|
||||
cargo check --verbose
|
||||
- name: cargo test
|
||||
shell: bash
|
||||
run: |
|
||||
cd serial
|
||||
cargo test --verbose
|
||||
|
||||
Reference in New Issue
Block a user