This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -18,7 +18,6 @@ jobs:
|
||||
with:
|
||||
toolchain: stable
|
||||
override: true
|
||||
- uses: davidB/rust-cargo-make@v1
|
||||
- uses: actions/checkout@v3
|
||||
- name: Run format
|
||||
run: cargo make format
|
||||
|
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@@ -16,7 +16,6 @@ jobs:
|
||||
profile: minimal
|
||||
toolchain: stable
|
||||
override: true
|
||||
- uses: davidB/rust-cargo-make@v1
|
||||
- name: Run build
|
||||
run: cargo build --release --verbose
|
||||
- name: Run cargo login
|
||||
|
Reference in New Issue
Block a user