Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ctian1 committed Jun 6, 2024
1 parent 1c73d85 commit da9d94a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docker-publish-gnark.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Source: https://raw.githubusercontent.com/foundry-rs/foundry/master/.github/workflows/docker-publish.yml
name: docker
name: docker-gnark

on:
push:
tags:
- "v*.*.*"
branches:
- chris/ffi-docker
schedule:
- cron: "0 0 * * *"
# Trigger without any parameters a proactive rebuild
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
push:
tags:
- "v*.*.*"
branches:
- chris/ffi-docker
schedule:
- cron: "0 0 * * *"
# Trigger without any parameters a proactive rebuild
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
command: test
toolchain: nightly-2024-04-17
args: --release
args: --release --features native-gnark
env:
RUSTFLAGS: -Copt-level=3 -Cdebug-assertions -Coverflow-checks=y -Cdebuginfo=0 -C target-cpu=native
RUST_BACKTRACE: 1
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
with:
command: test
toolchain: nightly-2024-04-17
args: --release
args: --release --features native-gnark
env:
RUSTFLAGS: -Copt-level=3 -Cdebug-assertions -Coverflow-checks=y -Cdebuginfo=0 -C target-cpu=native
RUST_BACKTRACE: 1
Expand Down

0 comments on commit da9d94a

Please sign in to comment.