diff options
author | 2019-11-14 23:41:41 +0100 | |
---|---|---|
committer | 2019-11-14 23:41:41 +0100 | |
commit | b59b5ad0e92633185f1965e66dc776f6b143c61f (patch) | |
tree | 91bc127ee1cf652a324d0e93288f1557368e7b89 /.github/workflows/integration.yml | |
parent | fb49679a04395c0c232a25e654e5e26c4cc5a06e (diff) | |
download | iced-b59b5ad0e92633185f1965e66dc776f6b143c61f.tar.gz iced-b59b5ad0e92633185f1965e66dc776f6b143c61f.tar.bz2 iced-b59b5ad0e92633185f1965e66dc776f6b143c61f.zip |
Rename `Integration` workflow to `Test`
Diffstat (limited to '.github/workflows/integration.yml')
-rw-r--r-- | .github/workflows/integration.yml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml deleted file mode 100644 index 008e0edd..00000000 --- a/.github/workflows/integration.yml +++ /dev/null @@ -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 |