Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanaz authored Feb 27, 2024
2 parents 06d7627 + b158efb commit 6058057
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: CI

jobs:
build:
name: Build
name: Build and test
runs-on: windows-latest
steps:
- name: Checkout sources
Expand All @@ -19,10 +19,10 @@ jobs:
toolchain: stable
override: true

- name: Run cargo build
- name: Run cargo test
uses: actions-rs/cargo@v1
with:
command: build
command: test

lints:
name: Lints
Expand Down

0 comments on commit 6058057

Please sign in to comment.