diff options
author | Ondřej Čertík <ondrej@certik.us> | 2020-07-21 09:09:42 -0600 |
---|---|---|
committer | Ondřej Čertík <ondrej@certik.us> | 2020-07-21 11:51:42 -0600 |
commit | 928d50e1564ae74b7cf0f420f6f581aeea86dd57 (patch) | |
tree | 9c16a3dab8074e78a2a9e2c656772a39d4f1636e /.github | |
parent | f9bef4a6f5f68bab6fe22cefee0fed3f16bbf635 (diff) | |
download | fpm-928d50e1564ae74b7cf0f420f6f581aeea86dd57.tar.gz fpm-928d50e1564ae74b7cf0f420f6f581aeea86dd57.zip |
Update CI
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/CI.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ca1ba03..fd2d9b1 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -63,8 +63,10 @@ jobs: - name: Build run: | + cd bootstrap stack build - name: Run tests run: | + cd bootstrap stack test |