Skip to content

Commit 26bd0a0

Browse files
committed
fix issue in CI
1 parent c9646f4 commit 26bd0a0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@ jobs:
3434
sudo apt-get install -y gcc-arm-linux-gnueabihf libc6-dev-armhf-cross
3535
# If icasadi_rosenbrock or other deps need C++:
3636
# sudo apt-get install -y g++-arm-linux-gnueabihf
37-
- name: Build for arm-unknown-linux-gnueabihf
37+
- name: Run tests
3838
# Set environment variables for the cc crate
3939
env:
4040
CC_arm_unknown_linux_gnueabihf: arm-linux-gnueabihf-gcc
4141
AR_arm_unknown_linux_gnueabihf: arm-linux-gnueabihf-ar
4242
# If C++ is involved and you installed g++-arm-linux-gnueabihf:
4343
# CXX_arm_unknown_linux_gnueabihf: arm-linux-gnueabihf-g++
44-
run: cargo build --target=arm-unknown-linux-gnueabihf --verbose
45-
# - run: cargo test --features rp
46-
# - run: cargo test --features jem
47-
- run: bash ./ci/script.sh
44+
run: |
45+
# - run: cargo test --features rp
46+
# - run: cargo test --features jem
47+
bash ./ci/script.sh
4848
4949
ci_macos:
5050
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)