mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-02 13:53:07 +00:00
basic test action
This commit is contained in:
parent
a255c320ac
commit
40f5dc6a1f
17
.github/workflows/continuous-integration-workflow.yml
vendored
Normal file
17
.github/workflows/continuous-integration-workflow.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
name: Continuous Integration
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request: ~
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: Standard test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
- name: Test
|
||||
uses: icepuma/rust-action@master
|
||||
with:
|
||||
args: cargo test --release
|
||||
Loading…
x
Reference in New Issue
Block a user