Skip to content

Commit

Permalink
Rename jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
fintelia committed Aug 4, 2023
1 parent 4431fb5 commit 6073ab6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- cron: '5 16 * * 6'

jobs:
build:
test_features:
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand All @@ -33,7 +33,7 @@ jobs:
env:
FEATURES: ${{ matrix.features }}

build_other_toolchains:
test_toolchains:
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand All @@ -59,7 +59,7 @@ jobs:
cargo test -v --features webp,webp-encoder &&
cargo doc -v --features webp,webp-encoder
build_big_endian:
test_big_endian:
# github actions does not support big endian systems directly, but it does support QEMU.
# so we install qemu, then build and run the tests in an emulated mips system.
# note: you can also use this approach to test for big endian locally.
Expand Down

0 comments on commit 6073ab6

Please sign in to comment.