Skip to content

Commit

Permalink
fix: will be the last commit for today
Browse files Browse the repository at this point in the history
  • Loading branch information
UndiedGamer committed Dec 25, 2024
1 parent 77cefee commit c4899e8
Showing 1 changed file with 1 addition and 32 deletions.
33 changes: 1 addition & 32 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,37 +9,6 @@ env:
CARGO_TERM_COLOR: always

jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Setup Zig
uses: goto-bus-stop/setup-zig@v2
with:
version: ${{ env.ZIG_VERSION }}

- name: Setup Rust
uses: dtolnay/rust-toolchain@stable

- name: Rust Cache
uses: Swatinem/rust-cache@v2

- name: Zig Cache
uses: actions/cache@v3
with:
path: |
~/.cache/zig
zig-cache
key: zig-${{ runner.os }}-${{ env.ZIG_VERSION }}

- name: Run Zig tests
run: zig build test

- name: Run Rust tests
run: cargo test --verbose

build:
needs: test
name: Build (${{ matrix.os }}-${{ matrix.arch }})
Expand Down Expand Up @@ -68,7 +37,7 @@ jobs:
# macOS builds
- os: macos-latest
arch: arm64
target: x86_64-apple-darwin
target: aarch64-apple-darwin
zig-target: aarch64-macos-none

steps:
Expand Down

0 comments on commit c4899e8

Please sign in to comment.