Skip to content

Commit

Permalink
chore: merge 'github/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanChanges committed Sep 27, 2024
2 parents c5a79a0 + 96860df commit 931a5c9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,16 @@ env:

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
toolchain:
- nightly

steps:
- uses: actions/checkout@v4
- name: Preparing toolchain
run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 931a5c9

Please sign in to comment.