Skip to content

Commit

Permalink
WARNING: Re-enable disabled CI steps here!
Browse files Browse the repository at this point in the history
  • Loading branch information
CGMossa committed Apr 24, 2024
1 parent c9472ce commit 7d31211
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ jobs:
- {os: macOS-latest, r: 'oldrel', rust-version: 'stable', emit-bindings: 'true'}
- {os: macOS-latest, r: 'release', rust-version: 'stable', emit-bindings: 'true'}
- {os: macOS-latest, r: 'release', rust-version: 'stable', target: 'x86_64-apple-darwin', skip-tests: 'true', emit-bindings: 'true'}
- {os: windows-latest, r: 'release', rust-version: 'stable', target: 'aarch64-pc-windows-gnullvm', skip-tests: 'true', emit-bindings: 'true'}
- {os: windows-latest, r: 'release', rust-version: 'stable', target: 'x86_64-pc-windows-gnullvm', skip-tests: 'true', emit-bindings: 'true'}
- {os: windows-latest, r: 'devel', rust-version: 'stable', target: 'aarch64-pc-windows-gnullvm', skip-tests: 'true', emit-bindings: 'true'}
- {os: windows-latest, r: 'devel', rust-version: 'stable', target: 'x86_64-pc-windows-gnullvm', skip-tests: 'true', emit-bindings: 'true'}
- {os: windows-latest, r: 'release', rust-version: 'nightly', target: 'aarch64-pc-windows-gnullvm', skip-tests: 'true', emit-bindings: 'true'}
- {os: windows-latest, r: 'release', rust-version: 'nightly', target: 'x86_64-pc-windows-gnullvm', skip-tests: 'true', emit-bindings: 'true'}
- {os: windows-latest, r: 'devel', rust-version: 'nightly', target: 'aarch64-pc-windows-gnullvm', skip-tests: 'true', emit-bindings: 'true'}
- {os: windows-latest, r: 'devel', rust-version: 'nightly', target: 'x86_64-pc-windows-gnullvm', skip-tests: 'true', emit-bindings: 'true'}

- {os: ubuntu-latest, r: 'release', rust-version: 'nightly'}
- {os: ubuntu-latest, r: 'release', rust-version: 'stable', emit-bindings: 'true'}
Expand Down

0 comments on commit 7d31211

Please sign in to comment.