Skip to content

Commit 4de5bf9

Browse files
authored
Merge pull request #23 from jerusdp/nightly
FIX: need to build before test
2 parents c24f76a + 15367fa commit 4de5bf9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13-
- run: make test
13+
- run: |
14+
make build
15+
make test
1416
env:
1517
RUST_VERSION: nightly
1618
TAG: nightly

0 commit comments

Comments
 (0)