Commit ef8beb8 1 parent 0886213 commit ef8beb8 Copy full SHA for ef8beb8
File tree 4 files changed +1
-9
lines changed
4 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 70
70
run : |
71
71
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)/goicicle
72
72
go test ./goicicle/curves/bn254 -count=1
73
- # TODO: Fix tests for bls12377
74
- # TODO: Fix tests for bls12381
75
- # run: go test ./goicicle/curves/bn254 ./goicicle/curves/bls12377 ./goicicle/curves/bls12381 -count=1
76
73
77
74
formatting-golang :
78
75
name : Check Golang Code Formatting
83
80
- name : Check gofmt
84
81
run : if [[ $(go list ./... | xargs go fmt) ]]; then echo "Please run go fmt"; exit 1; fi
85
82
86
- # TODO: Add once Golang make file supports building for Windows
87
83
# build-golang-windows:
88
84
# name: Build Golang on Windows
89
85
# runs-on: windows-2022
Original file line number Diff line number Diff line change 45
45
run : make all
46
46
working-directory : ./goicicle
47
47
48
- # TODO: Add once Golang make file supports building for Windows
49
48
# build-golang-windows:
50
49
# name: Build Golang on Windows
51
50
# runs-on: windows-2022
Original file line number Diff line number Diff line change 32
32
run : |
33
33
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)/goicicle
34
34
go test ./goicicle/curves/bn254 -count=1
35
- # TODO: Fix tests for bls12377
36
- # TODO: Fix tests for bls12381
37
- # run: go test ./goicicle/curves/bn254 ./goicicle/curves/bls12377 ./goicicle/curves/bls12381 -count=1
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ rustacuda = "0.1"
35
35
rustacuda_core = " 0.1"
36
36
rustacuda_derive = " 0.1"
37
37
38
- rand = " *" # TODO: move rand and ark dependencies to dev once random scalar/point generation is done "natively"
38
+ rand = " *"
39
39
40
40
[build-dependencies ]
41
41
cc = { version = " 1.0" , features = [" parallel" ] }
You can’t perform that action at this time.
0 commit comments