Skip to content

Commit

Permalink
Remove test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wawel37 committed Dec 16, 2024
1 parent 2ef0c9e commit e2f8497
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 28 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Nightly
on:
schedule:
- cron: "0 0 * * *"
# temp
push:
branches:
- ci-refactor

permissions:
contents: read
Expand All @@ -12,9 +16,10 @@ jobs:
name: Build nightly
runs-on: ubuntu-latest
steps:
- uses: dtolnay/rust-toolchain@stable

- name: Upgrade Cairo to latest main commit
run: cargo xtask upgrade cairo --rev $(git ls-remote --refs "https://github.com/starkware-libs/cairo" main | awk '{print $1}')
- uses: dtolnay/rust-toolchain@stable
- name: Get corelib
run: git clone https://github.com/starkware-libs/cairo
- name: Run cargo test
Expand Down
27 changes: 0 additions & 27 deletions .github/workflows/test.yml

This file was deleted.

0 comments on commit e2f8497

Please sign in to comment.