mirror of
https://github.com/Noratrieb/stuff.git
synced 2026-01-14 16:35:08 +01:00
fix ci
This commit is contained in:
parent
7976320ba3
commit
3e11ae0f17
1 changed files with 0 additions and 4 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
|
@ -7,14 +7,11 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
schedule:
|
|
||||||
- cron: "00 01 * * *"
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
RUST_BACKTRACE: 1
|
RUST_BACKTRACE: 1
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# Test on stable and MSRV
|
|
||||||
test:
|
test:
|
||||||
name: Test Rust - ${{ matrix.build }}
|
name: Test Rust - ${{ matrix.build }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
@ -32,7 +29,6 @@ jobs:
|
||||||
- win64-gnu
|
- win64-gnu
|
||||||
- win32-msvc
|
- win32-msvc
|
||||||
- win32-gnu
|
- win32-gnu
|
||||||
- msrv
|
|
||||||
- beta
|
- beta
|
||||||
- nightly
|
- nightly
|
||||||
- arm32
|
- arm32
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue