Skip to content

Commit

Permalink
Remove unused functions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexliesenfeld committed Oct 15, 2023
1 parent 38bfc6d commit e63177d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ concurrency:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
name: build-${{ matrix.os }}-${{ matrix.rust }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
rust:
- stable
- beta
Expand Down Expand Up @@ -45,9 +47,11 @@ jobs:
args: -- -D warnings

build-remote:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
name: build-remote-${{ matrix.os }}-${{ matrix.rust }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
rust:
- stable
- beta
Expand Down

0 comments on commit e63177d

Please sign in to comment.