Skip to content

Commit

Permalink
Small tweaks to CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Jan 5, 2025
1 parent ce472e4 commit 9146808
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
pull_request:

env:
CRATE_NAME: precious
CRATE_NAME: pushd
GITHUB_TOKEN: ${{ github.token }}
RUST_BACKTRACE: 1

Expand All @@ -24,7 +24,7 @@ jobs:
- os-name: FreeBSD-x86_64
runs-on: ubuntu-20.04
target: x86_64-unknown-freebsd
skip_tests: true
skip-tests: true
- os-name: Linux-x86_64
runs-on: ubuntu-20.04
target: x86_64-unknown-linux-musl
Expand Down Expand Up @@ -55,11 +55,11 @@ jobs:
- os-name: NetBSD-x86_64
runs-on: ubuntu-20.04
target: x86_64-unknown-netbsd
skip_tests: true
skip-tests: true
- os-name: Windows-aarch64
runs-on: windows-latest
target: aarch64-pc-windows-msvc
skip_tests: true
skip-tests: true
- os-name: Windows-i686
runs-on: windows-latest
target: i686-pc-windows-msvc
Expand Down Expand Up @@ -104,4 +104,4 @@ jobs:
target: ${{ matrix.platform.target }}
toolchain: ${{ matrix.toolchain }}
args: "--release"
if: ${{ !matrix.platform.skip_tests }}
if: ${{ !matrix.platform.skip-tests }}

0 comments on commit 9146808

Please sign in to comment.