Skip to content

Commit

Permalink
Merge pull request #37 from alexander-buerger-met-no/use-stable-rust
Browse files Browse the repository at this point in the history
use stable rust
  • Loading branch information
gauteh authored Aug 15, 2024
2 parents 3c15530 + b64cd0c commit d30fc30
Show file tree
Hide file tree
Showing 23 changed files with 1,693 additions and 1,144 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: ${{matrix.command}}
args: "${{matrix.command == 'fmt' && '--all -- --check' || matrix.command == 'doc' && '--workspace' || '--workspace -- -D warnings -D clippy::cargo'}}"
args: "${{matrix.command == 'fmt' && '--all -- --check' || matrix.command == 'doc' && '--workspace' || '--workspace -- -D warnings'}}"

test:
name: Test
Expand All @@ -46,7 +46,7 @@ jobs:
fail-fast: false
matrix:
include:
- {ubuntu: 20.04, rust: nightly}
- {ubuntu: latest, rust: nightly}
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand All @@ -68,7 +68,7 @@ jobs:
fail-fast: false
matrix:
include:
- {ubuntu: 20.04, rust: nightly}
- {ubuntu: latest, rust: nightly}
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit d30fc30

Please sign in to comment.