Skip to content

Commit

Permalink
Restart cron tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Sep 18, 2023
1 parent 85b154a commit f338d9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: CI

on:
# schedule:
# - cron: '2,22,42 * * * *'
schedule:
- cron: '2,22,42 * * * *'
workflow_dispatch:

jobs:
Expand Down
3 changes: 3 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

set -ex

rustup install 1.71.1
rustup default 1.71.1
cargo -Vv

export CARGO_NET_RETRY=0
export CARGO_HTTP_MULTIPLEXING=false

for package in cargo cargo-make cargo-all-features cargo-deb backtrace deno leptos_icons poem
do
Expand Down

0 comments on commit f338d9d

Please sign in to comment.