Skip to content

Commit

Permalink
Fix typo and fatter runner
Browse files Browse the repository at this point in the history
  • Loading branch information
citizen-stig committed Jul 19, 2023
1 parent 6e0a6ae commit dd4b7d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ jobs:
- name: cargo hack
run: make check-features
test:
runs-on: ubuntu-latest
runs-on:
group: 8-cores_32GB_Ubuntu Group
timeout-minutes: 60
env:
SCCACHE_GHA_ENABLED: "true"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sov-election"
description = "A Sovereign SDK for demonstating election"
description = "A Sovereign SDK module for demonstrating election"
authors = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
Expand Down

0 comments on commit dd4b7d3

Please sign in to comment.