Skip to content

Commit bb2d88e

Browse files
committed
try test
1 parent 620013d commit bb2d88e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
conda info
2929
# conda env list
3030
conda activate build-env
31-
conda-build recipe --output-folder output -c conda-forge -c mokit/label/cf
32-
conda-build --test output/*/*tar.bz2
31+
conda-build recipe --output-folder output -c conda-forge -c mokit/label/cf --test
32+
# conda-build --test output/*/*tar.bz2
3333
- name: Upload artifacts
3434
uses: actions/upload-artifact@v4
3535
with:

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ test:
121121
# failing.
122122
# requires:
123123
# - pip
124-
script: |
124+
commands: |
125125
cd rest_regression
126126
cargo build --release
127127
../target/release/rest_regression -r ./bench_pool -p rest

0 commit comments

Comments
 (0)