Create integration test
This commit is contained in:
14
.github/workflows/integration.yml
vendored
Normal file
14
.github/workflows/integration.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
name: Integration test
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||
|
||||
steps:
|
||||
- uses: hecrj/setup-rust-action@master
|
||||
- name: Check Cargo availability
|
||||
run: cargo --version
|
Reference in New Issue
Block a user