Add new packages and tests with no-std options in CI (#168) (#179)

This commit is contained in:
Dilshod Tadjibaev 2023-02-26 13:18:13 -06:00 committed by GitHub
parent b7be9cec15
commit 9df3b6a3be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

View File

@ -10,6 +10,20 @@ on:
- main
jobs:
test-burn:
uses: burn-rs/burn/.github/workflows/test-template.yml@main
with:
crate: burn
test-no-default-feature: true
no-std-build-targets: true
test-burn-common:
uses: burn-rs/burn/.github/workflows/test-template.yml@main
with:
crate: burn-common
test-no-default-feature: true
no-std-build-targets: true
test-burn-dataset:
uses: burn-rs/burn/.github/workflows/test-template.yml@main
with:
@ -19,6 +33,8 @@ jobs:
uses: burn-rs/burn/.github/workflows/test-template.yml@main
with:
crate: burn-tensor
test-no-default-feature: true
no-std-build-targets: true
test-burn-tch:
uses: burn-rs/burn/.github/workflows/test-template.yml@main
@ -30,6 +46,15 @@ jobs:
uses: burn-rs/burn/.github/workflows/test-template.yml@main
with:
crate: burn-ndarray
test-no-default-feature: true
no-std-build-targets: true
test-burn-no-std-tests:
uses: burn-rs/burn/.github/workflows/test-template.yml@main
with:
crate: burn-no-std-tests
test-no-default-feature: true
no-std-build-targets: true
test-burn-autodiff:
uses: burn-rs/burn/.github/workflows/test-template.yml@main
@ -40,6 +65,8 @@ jobs:
uses: burn-rs/burn/.github/workflows/test-template.yml@main
with:
crate: burn-core
test-no-default-feature: true
no-std-build-targets: true
test-burn-train:
uses: burn-rs/burn/.github/workflows/test-template.yml@main