From 4ea713b72006a6118aa2c4a4bf9709e55128fec1 Mon Sep 17 00:00:00 2001 From: Stas Kelvich Date: Mon, 29 Mar 2021 22:46:58 +0300 Subject: [PATCH] run tests with github actions, take 3 --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 083e692171..03a64132f6 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -19,7 +19,7 @@ jobs: - name: Build postgres run: | - pgbuild.sh + ./pgbuild.sh - name: Install rust run: |