1
0
mirror of https://github.com/ellmau/adf-obdd.git synced 2025-12-19 09:29:36 +01:00

Removed non-linux tests

This commit is contained in:
Stefan Ellmauthaler 2022-02-28 12:55:55 +01:00 committed by GitHub
parent fbafe8382f
commit a17749be52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,9 +17,9 @@ jobs:
matrix:
include:
- { rust: stable, os: ubuntu-latest }
- { rust: stable, os: macos-latest }
- { rust: stable, os: windows-latest }
- { rust: stable-i686-msvc, os: windows-latest }
#- { rust: stable, os: macos-latest }
#- { rust: stable, os: windows-latest }
#- { rust: stable-i686-msvc, os: windows-latest }
steps:
- uses: actions/checkout@v2
- uses: hecrj/setup-rust-action@v1