Skip to content

Commit aef26d4

Browse files
authored
Try to make test coditional on rust nightly
1 parent 42f0ee7 commit aef26d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
command: check
4040
args: --target=${{ matrix.TARGET }} --features unstable
4141
- uses: actions-rs/cargo@v1
42+
if: ${{ matrix.TARGET == 'nightly' }}
4243
with:
4344
command: test
4445
args: --target=${{ matrix.TARGET }} --features unstable

0 commit comments

Comments
 (0)