1
0
forked from ROMEO/nexosim

Fix CI script

This commit is contained in:
Serge Barral 2024-04-04 13:37:21 +02:00
parent 23160ff347
commit 8d3427daaf

View File

@ -28,8 +28,7 @@ jobs:
toolchain: ${{ matrix.rust }} toolchain: ${{ matrix.rust }}
- name: Run cargo check - name: Run cargo check
run: cargo check run: cargo check --all-features
args: --all-features
test: test:
name: Test suite name: Test suite