aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2021-01-14 20:08:02 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2021-01-14 20:08:02 +0000
commit987c14ca3c0f67a9f75a34ae4f6c2abb880a5726 (patch)
treec77ce5faeb0ef9f025cdd0194f060b5e1b04de47
parentfix cron schedule (diff)
downloadSyncRNG-987c14ca3c0f67a9f75a34ae4f6c2abb880a5726.tar.gz
SyncRNG-987c14ca3c0f67a9f75a34ae4f6c2abb880a5726.zip
fix make argument
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2d9fba2..38054a8 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -43,5 +43,5 @@ jobs:
uses: actions/checkout@v2
- name: Build
- run: make test_py
+ run: make test_python