Skip to content

Commit 42f8800

Browse files
committed
Test Actions
1 parent 9e479bf commit 42f8800

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,5 @@ jobs:
2727
steps:
2828
- name: Checkout
2929
uses: actions/checkout@v4
30-
- name: Build
31-
run: cargo build --profile ${{ matrix.BUILD_TARGET }} --no-default-features ${{ env.FEATURE_OPTION }} ${{ matrix.features }}
32-
- name: Test
33-
if: ${{ matrix.features == 'default' }}
34-
run: cargo test --profile ${{ matrix.BUILD_TARGET }}
30+
- name: Echo
31+
run echo ${{ matrix.BUILD_TARGET }} ${{ env.FEATURE_OPTION }} ${{ matrix.features }}

0 commit comments

Comments
 (0)