Skip to content

Commit

Permalink
[release]: v0.3.0+beta
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcarlotta committed Sep 18, 2024
1 parent 16489d2 commit 8611dac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
toolchain:
- {runs_on: ubuntu-latest, name: "Linux x86_64", archive_name: "linux-x86_64"}
- {runs_on: macos-11, name: "macOS x86_64", archive_name: "macos-x86_64"}
- {runs_on: macos-12, name: "macOS x86_64", archive_name: "macos-x86_64"}
- {runs_on: macos-14, name: "macOS AArch64", archive_name: "macos-aarch64"}

steps:
Expand All @@ -40,7 +40,7 @@ jobs:
if: ${{ matrix.toolchain.archive_name != 'linux-x86_64' }}
run: brew install pandoc

- name: format Assets
- name: Format Assets
run: cargo fmt --verbose --all --check

- name: Lint Assets
Expand All @@ -52,8 +52,8 @@ jobs:
cd docs
pandoc --standalone --to man nvi.1.md -o nvi.1
- name: Run Tests
run: cargo test
# - name: Run Tests
# run: cargo test

- name: Compress Assets
run: |
Expand Down

0 comments on commit 8611dac

Please sign in to comment.