Skip to content

Commit fafed3a

Browse files
authored
fix(ci): non-linux ci (#502)
1 parent d954e3c commit fafed3a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/non-linux.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: Swatinem/rust-cache@v2
1919
- uses: taiki-e/install-action@nextest
2020
- name: 🧪 Run tests
21-
run: cargo nextest run --profile ci --workspace --exclude rustsat-pyapi --verbose --features=all,internals
21+
run: cargo nextest run --profile ci --workspace --exclude rustsat-pyapi --verbose --features=_test
2222
windows-tests:
2323
name: 🧪 Windows workspace tests
2424
runs-on: windows-latest
@@ -27,7 +27,7 @@ jobs:
2727
- uses: Swatinem/rust-cache@v2
2828
- uses: taiki-e/install-action@nextest
2929
- name: 🧪 Run tests
30-
run: cargo nextest run --profile ci --workspace --exclude rustsat-cadical --exclude rustsat-kissat --exclude rustsat-pyapi --verbose --features=all,internals
30+
run: cargo nextest run --profile ci --workspace --exclude rustsat-cadical --exclude rustsat-kissat --exclude rustsat-pyapi --verbose --features=_test
3131
macos-msrv-build:
3232
name: 🏗️ MacOS MSRV build
3333
runs-on: macos-latest
@@ -37,7 +37,7 @@ jobs:
3737
- uses: taiki-e/install-action@cargo-hack
3838
- uses: taiki-e/install-action@nextest
3939
- name: 🏗️ Build
40-
run: cargo hack build --rust-version --workspace --verbose --features=all,internals --ignore-unknown-features
40+
run: cargo hack build --rust-version --workspace --verbose --features=_test --ignore-unknown-features
4141
windows-msrv-build:
4242
name: 🏗️ Windows MSRV build
4343
runs-on: windows-latest
@@ -47,7 +47,7 @@ jobs:
4747
- uses: taiki-e/install-action@cargo-hack
4848
- uses: taiki-e/install-action@nextest
4949
- name: 🏗️ Build
50-
run: cargo hack build --rust-version --workspace --exclude rustsat-cadical --exclude rustsat-kissat --exclude rustsat-pyapi --verbose --features=all,internals --ignore-unknown-features
50+
run: cargo hack build --rust-version --workspace --exclude rustsat-cadical --exclude rustsat-kissat --exclude rustsat-pyapi --verbose --features=_test --ignore-unknown-features
5151
python-api:
5252
name: 🐍 Python API
5353
strategy:

0 commit comments

Comments
 (0)