.
This commit is contained in:
parent
5e93babcef
commit
5e161802f2
1 changed files with 2 additions and 2 deletions
|
@ -23,6 +23,6 @@ jobs:
|
||||||
|
|
||||||
- name: Build binaries in "${{ matrix.BUILD_TARGET }}" mode
|
- name: Build binaries in "${{ matrix.BUILD_TARGET }}" mode
|
||||||
run: cargo build --profile ${{ matrix.BUILD_TARGET }}
|
run: cargo build --profile ${{ matrix.BUILD_TARGET }}
|
||||||
|
|
||||||
- name: Run tests in "${{ matrix.BUILD_TARGET }}" mode
|
- name: Run tests in "${{ matrix.BUILD_TARGET }}" mode
|
||||||
run: cargo test --profile ${{ matrix.BUILD_TARGET }}
|
run: cargo test --profile ${{ matrix.BUILD_TARGET }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue