Fix tests to always test the commit that was just pushed
This commit is contained in:
parent
ab3f022734
commit
dd8fb2fac4
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -181,21 +181,21 @@ jobs:
|
|||||||
cp -a test-project/* .
|
cp -a test-project/* .
|
||||||
rm -fr test-project
|
rm -fr test-project
|
||||||
- name: Run both commands
|
- name: Run both commands
|
||||||
uses: "houseabsolute/actions-rust-cross@v0"
|
uses: ./
|
||||||
with:
|
with:
|
||||||
command: both
|
command: both
|
||||||
target: ${{ matrix.platform.target }}
|
target: ${{ matrix.platform.target }}
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
if: ${{ matrix.platform.can_test }}
|
if: ${{ matrix.platform.can_test }}
|
||||||
- name: Run test command
|
- name: Run test command
|
||||||
uses: "houseabsolute/actions-rust-cross@v0"
|
uses: ./
|
||||||
with:
|
with:
|
||||||
command: test
|
command: test
|
||||||
target: ${{ matrix.platform.target }}
|
target: ${{ matrix.platform.target }}
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
if: ${{ matrix.platform.can_test }}
|
if: ${{ matrix.platform.can_test }}
|
||||||
- name: Run build command
|
- name: Run build command
|
||||||
uses: "houseabsolute/actions-rust-cross@v0"
|
uses: ./
|
||||||
with:
|
with:
|
||||||
command: build
|
command: build
|
||||||
target: ${{ matrix.platform.target }}
|
target: ${{ matrix.platform.target }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user