Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
byeongkeunahn committed Sep 30, 2023
1 parent a52460c commit d7badc4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Check

on:
- push
on: [push, pull_request]

env:
CARGO_NET_RETRY: 10
Expand Down Expand Up @@ -43,3 +42,6 @@ jobs:
scripts/check.sh \
"./release-rs.sh | tee /tmp/code.rs" \
"rustc +stable -O -A dead-code /tmp/code.rs -o /tmp/bin"
- name: Run tests
run: |
./test.sh

0 comments on commit d7badc4

Please sign in to comment.