Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
herumi committed Apr 6, 2023
1 parent 3232280 commit 6bcfca0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,10 @@ jobs:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- run: make
- run: go test -v ./bls
- run: git submodule update --init --recursive
- name: build on linux
if: runner.os == 'Linux'
run: |
sudo apt install nasm
make clean
make CXX=clang++
go test -v ./bls
Expand Down

0 comments on commit 6bcfca0

Please sign in to comment.