Skip to content

Commit

Permalink
remove name
Browse files Browse the repository at this point in the history
  • Loading branch information
mehul-m-prajapati committed Dec 9, 2024
1 parent 11de266 commit 43b0fc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# ----------------------------- END WARNING -------------------------
# -------------------------------------------------------------------

name: Build and Test
name: CI
env:
RUSTFLAGS: -Dwarnings
on:
Expand Down
3 changes: 1 addition & 2 deletions tests/ci.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ use gh_workflow_tailcall::*;
#[test]
fn generate_ci_workflow() {
let workflow = Workflow::default()
.auto_release(true)
.name("Build and Test".into());
.auto_release(true);

workflow.generate().unwrap();
}

0 comments on commit 43b0fc4

Please sign in to comment.