Skip to content

Commit

Permalink
fix test and scheduled workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Buckram123 committed Apr 19, 2024
1 parent fb31dd6 commit 7697d9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [main]
pull_request:
schedule:
- cron: '7 7 * * *'
- cron: "7 7 * * *"
name: rolling
jobs:
# https://twitter.com/mycoliza/status/1571295690063753218
Expand All @@ -21,9 +21,6 @@ jobs:
- name: cargo generate-lockfile
if: hashFiles('Cargo.lock') == ''
run: cargo generate-lockfile
- name: generate artifacts
uses: extractions/setup-just@v2
run: just wasm
- name: cargo test --locked
run: cargo test --locked --all-features --all-targets
# https://twitter.com/alcuadrado/status/1571291687837732873
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
- name: cargo generate-lockfile
if: hashFiles('Cargo.lock') == ''
run: cargo generate-lockfile
# https://twitter.com/jonhoo/status/1571290371124260865
- name: generate artifacts
uses: extractions/setup-just@v2
run: just wasm
- name: cargo test --locked
run: cargo test --locked --all-features --all-targets
coverage:
Expand Down

0 comments on commit 7697d9b

Please sign in to comment.