Rename Integration workflow to Test
This commit is contained in:
parent
fb49679a04
commit
b59b5ad0e9
1 changed files with 2 additions and 3 deletions
19
.github/workflows/integration.yml
vendored
19
.github/workflows/integration.yml
vendored
|
|
@ -1,19 +0,0 @@
|
|||
name: Integration
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||
rust: [stable, beta]
|
||||
steps:
|
||||
- uses: hecrj/setup-rust-action@v1
|
||||
with:
|
||||
rust-version: ${{ matrix.rust }}
|
||||
targets: ${{ matrix.targets }}
|
||||
- uses: actions/checkout@master
|
||||
- name: Run tests
|
||||
run: |
|
||||
cargo test --verbose --all
|
||||
cargo test --verbose --all --all-features
|
||||
Loading…
Add table
Add a link
Reference in a new issue