Skip to content

Commit

Permalink
Rename CI checks so they are unique
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed Feb 22, 2024
1 parent efe1847 commit ca708dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
CARGO_TERM_COLOR: always

jobs:
build:
build-and-test-native:

runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
CARGO_TERM_COLOR: always

jobs:
build:
check-wasm:

runs-on: ubuntu-latest

Expand Down

0 comments on commit ca708dd

Please sign in to comment.