Skip to content

Commit

Permalink
Rename CI checks so they are unique (#17)
Browse files Browse the repository at this point in the history
This lets us block PRs if they don't pass CI.
  • Loading branch information
mkeeter authored Feb 22, 2024
1 parent efe1847 commit 39bf482
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/hakari.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: cargo hakari

on:
push:
branches:
Expand All @@ -6,11 +8,8 @@ on:
branches:
- main

name: cargo hakari

jobs:
workspace-hack-check:
name: Check workspace-hack
runs-on: ubuntu-latest
env:
RUSTFLAGS: -D warnings
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ env:
CARGO_TERM_COLOR: always

jobs:
build:

build-and-test-native:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ env:
CARGO_TERM_COLOR: always

jobs:
build:

check-wasm:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Install wasm target
Expand Down

0 comments on commit 39bf482

Please sign in to comment.