mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 20:19:59 +00:00
Compare commits
No commits in common. "bdd3293c65568b2e26ce1d0d7e951f6cd712c3c5" and "bda12983976a359d6bbe1e0eff548c26add24075" have entirely different histories.
bdd3293c65
...
bda1298397
2
.github/workflows/docs-and-testcov.yml
vendored
2
.github/workflows/docs-and-testcov.yml
vendored
@ -86,8 +86,6 @@ jobs:
|
|||||||
cp tarpaulin-report.json target/doc/rustframe/
|
cp tarpaulin-report.json target/doc/rustframe/
|
||||||
cp tarpaulin-badge.json target/doc/rustframe/
|
cp tarpaulin-badge.json target/doc/rustframe/
|
||||||
cp last-commit-date.json target/doc/rustframe/
|
cp last-commit-date.json target/doc/rustframe/
|
||||||
mkdir -p target/doc/rustframe/.github
|
|
||||||
cp .github/rustframe_logo.png target/doc/rustframe/.github/
|
|
||||||
echo "<meta http-equiv=\"refresh\" content=\"0; url=rustframe\">" > target/doc/index.html
|
echo "<meta http-equiv=\"refresh\" content=\"0; url=rustframe\">" > target/doc/index.html
|
||||||
|
|
||||||
- name: Upload Pages artifact
|
- name: Upload Pages artifact
|
||||||
|
1
.github/workflows/run-unit-tests.yml
vendored
1
.github/workflows/run-unit-tests.yml
vendored
@ -7,7 +7,6 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run-unit-tests:
|
run-unit-tests:
|
||||||
if: github.event.pull_request.draft == false
|
|
||||||
name: run-unit-tests
|
name: run-unit-tests
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user