Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmed Yarub Hani Al Nuaimi <ahmedyarubhani@gmail.com>
  • Loading branch information
ahmedyarub committed May 10, 2024
1 parent 8a86b2b commit 083ba48
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 582 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/combine-dependabot-prs.yml

This file was deleted.

56 changes: 0 additions & 56 deletions .github/workflows/dependencies.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/publish-template.yml

This file was deleted.

163 changes: 0 additions & 163 deletions .github/workflows/publish.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/semver-checks.yml

This file was deleted.

42 changes: 0 additions & 42 deletions .github/workflows/stale-pr.yml

This file was deleted.

11 changes: 2 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,22 +65,15 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [blaze/macos-14, ubuntu-22.04, windows-2022]
os: [windows-2022]
# We support both the latest Rust toolchain and the preceding version.
rust: [stable, 1.78.0]
test: ['std', 'no-std', 'examples']
test: ['std']
include:
- cache: stable
rust: stable
- cache: 1-78-0
rust: 1.78.0
- os: ubuntu-22.04
coverage-flags: COVERAGE=1
rust: stable
test: std
- os: blaze/macos-14
rust: stable
test: std
- os: windows-2022
wgpu-flags: "DISABLE_WGPU=1"
# not used yet, as wgpu tests are disabled on windows for now
Expand Down

0 comments on commit 083ba48

Please sign in to comment.